diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-11-23 14:58:55 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-11-23 14:58:55 +0000 |
commit | 4d455228516b7bda9e2fe5479bbb34b00ec95e38 (patch) | |
tree | 86077c52afbae4ba3129c0ad71d2166b5cea75fe /target/linux/adm5120/Makefile | |
parent | 9875005bf300c297acec3c6a76f8856cee1ee52b (diff) |
[adm5120] disable INITRAMFS_EXTRA_FILES, in initramfs it cause errors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9591 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/Makefile')
-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 |