diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-05-05 01:52:54 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-05-05 01:52:54 +0000 |
commit | 560f2614b51069ab0c27d92b9ebc55b2998ff157 (patch) | |
tree | 4c696f0d857aef880635ea42fcef689dddbe5fd8 /target/linux/rb532 | |
parent | 1564e6fa9fa6e53ec41b0927954b0f30a038165c (diff) | |
download | upstream-560f2614b51069ab0c27d92b9ebc55b2998ff157.tar.gz upstream-560f2614b51069ab0c27d92b9ebc55b2998ff157.tar.bz2 upstream-560f2614b51069ab0c27d92b9ebc55b2998ff157.zip |
images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21362 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb532')
-rw-r--r-- | target/linux/rb532/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rb532/image/Makefile b/target/linux/rb532/image/Makefile index 17ff67cc36..cf51ee836c 100644 --- a/target/linux/rb532/image/Makefile +++ b/target/linux/rb532/image/Makefile @@ -55,7 +55,7 @@ endef define Image/Build $(CP) $(KDIR)/vmlinux.elf $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel $(STAGING_DIR_HOST)/bin/patch-cmdline $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel '$(strip $(call Image/cmdline/$(1))) ' - ./gen_image.sh $(BIN_DIR)/$(IMG_PREFIX)-$(1).bin 4 $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel $(CONFIG_TARGET_ROOTFS_FSPART) $(KDIR)/root.$(1) + ./gen_image.sh $(BIN_DIR)/$(IMG_PREFIX)-$(1).bin 4 $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel $(CONFIG_TARGET_ROOTFS_PARTSIZE) $(KDIR)/root.$(1) endef ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) |