summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/image
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-26 04:40:54 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-26 04:40:54 +0000
commit63151d3b34738ab38919029a9b89927a8982b0f6 (patch)
tree09f1ad6209d1c4a643e258187b810fdab194d6d4 /target/linux/adm5120/image
parent9e400c90e8e7a714dafbcb6c2bae524b022615af (diff)
[adm5120] build firmware image for the NFS-101U/101WU devices by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15416 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/image')
-rw-r--r--target/linux/adm5120/image/router_le.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/adm5120/image/router_le.mk b/target/linux/adm5120/image/router_le.mk
index 0a4c3e5fd..a760a21b7 100644
--- a/target/linux/adm5120/image/router_le.mk
+++ b/target/linux/adm5120/image/router_le.mk
@@ -324,14 +324,15 @@ ifeq ($(CONFIG_BROKEN),y)
$(call Image/Build/Profile/CAS771W,$(1))
$(call Image/Build/Profile/CAS861,$(1))
$(call Image/Build/Profile/CAS861W,$(1))
- $(call Image/Build/Profile/NFS101U,$(1))
- $(call Image/Build/Profile/NFS101WU,$(1))
# Motorola
$(call Image/Build/Profile/PMUGW,$(1))
endef
endif
define Image/Build/Profile/Generic
+ # Cellvision
+ $(call Image/Build/Profile/NFS101U,$(1))
+ $(call Image/Build/Profile/NFS101WU,$(1))
# Compex
$(call Image/Build/Profile/WP54,$(1))
$(call Image/Build/Profile/NP27G,$(1))