aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-09-04 21:48:49 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-09-04 21:48:49 +0000
commit6629f3f447d0a53e81d17e77887dc56007c83f97 (patch)
tree0ef52a407cd248af3e49c947117c84855cb0d28b /target/linux
parent7b8bad0cd3910a78571e03d1dd82621cc2b3aecc (diff)
downloadmaster-187ad058-6629f3f447d0a53e81d17e77887dc56007c83f97.tar.gz
master-187ad058-6629f3f447d0a53e81d17e77887dc56007c83f97.tar.bz2
master-187ad058-6629f3f447d0a53e81d17e77887dc56007c83f97.zip
linux/ixp4xx: fix am apex image make bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22920 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ixp4xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/image/Makefile b/target/linux/ixp4xx/image/Makefile
index 6108e9166d..7a69998276 100644
--- a/target/linux/ixp4xx/image/Makefile
+++ b/target/linux/ixp4xx/image/Makefile
@@ -50,7 +50,7 @@ endef
define Image/Build/jffs2-128k
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img bs=131072 conv=sync
- $(call Image/Build/Linksys,$(1))
+ $(call Image/Build/Linksys,$(1),nslu2,$(1))
$(call Image/Build/Freecom,$(1),fsg3,$(1))
endef