diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-11-23 14:58:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-11-23 14:58:55 +0000 |
commit | 60898bc0c50210d17a1a45c360dc2d84663b2602 (patch) | |
tree | 5b26da5b9c5a397b8db4c309f08101816fa215d4 /target/linux | |
parent | 407b75436d4ead8f6211108e65cb0ed349cb7c99 (diff) | |
download | upstream-60898bc0c50210d17a1a45c360dc2d84663b2602.tar.gz upstream-60898bc0c50210d17a1a45c360dc2d84663b2602.tar.bz2 upstream-60898bc0c50210d17a1a45c360dc2d84663b2602.zip |
disable INITRAMFS_EXTRA_FILES, in initramfs it cause errors
SVN-Revision: 9591
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/adm5120/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/adm5120/Makefile b/target/linux/adm5120/Makefile index 6c17168ccb..fcfc8bcbd3 100644 --- a/target/linux/adm5120/Makefile +++ b/target/linux/adm5120/Makefile @@ -12,6 +12,7 @@ BOARDNAME:=Infineon ADM5120 LINUX_VERSION:=2.6.23.1 FEATURES:=squashfs jffs2 tgz broken SUBTARGETS:=router_le router_be +INITRAMFS_EXTRA_FILES:= include $(INCLUDE_DIR)/target.mk |