summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-01-24 11:48:48 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-01-24 11:48:48 +0000
commitf57ff12b980ffee7bdbc42105d366a5900ad3c10 (patch)
tree35041dba39da9b6e334b221fc4b8699b083229ef /target
parent64435afc83db0412d180ee6c9a0d177b3d45568f (diff)
ramips: generate sysupgrade image for the ALL0256N
Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29884 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/image/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile
index d177c04ba..c6b214ff3 100644
--- a/target/linux/ramips/image/Makefile
+++ b/target/linux/ramips/image/Makefile
@@ -181,6 +181,10 @@ define Image/Build/Profile/BC2
$(call Image/Build/Template/GENERIC_8M,$(1),bc2,BC2)
endef
+define Image/Build/Profile/ALL0256N
+ $(call Image/Build/Template/GENERIC_4M,$(1),all0256n,ALL0256N)
+endef
+
define Image/Build/Profile/NBG419N
$(call Image/Build/Template/GENERIC_4M,$(1),nbg-419n,NBG-419N)
endef
@@ -273,6 +277,7 @@ ifeq ($(CONFIG_RALINK_RT305X),y)
define Image/Build/Profile/Default
$(call Image/Build/Profile/ARGUS_ATP52B,$(1))
$(call Image/Build/Profile/BC2,$(1))
+ $(call Image/Build/Profile/ALL0256N,$(1))
$(call Image/Build/Profile/DIR300B1,$(1))
$(call Image/Build/Profile/ESR9753,$(1))
$(call Image/Build/Profile/RTG32B1,$(1))