mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-28 05:40:02 +04:00
fix typo
SVN-Revision: 5242
This commit is contained in:
@@ -50,7 +50,7 @@ endif
|
||||
|
||||
|
||||
ifeq ($(CONFIG_TARGET_ROOTFS_EXT2FS),y)
|
||||
E2SIZE=$(shell echo $$(($(CONFIG_TARGET_ROOTFS_SIZE)*1024)))
|
||||
E2SIZE=$(shell echo $$(($(CONFIG_TARGET_ROOTFS_FSPART)*1024)))
|
||||
|
||||
define Image/mkfs/ext2
|
||||
$(STAGING_DIR)/bin/genext2fs -q -b $(E2SIZE) -I 1500 -d $(BUILD_DIR)/root/ $(KDIR)/root.ext2
|
||||
|
||||
Reference in New Issue
Block a user