build firmware image for the NFS-101U/101WU devices by default
SVN-Revision: 15416
This commit is contained in:
parent
53836068b4
commit
75b0fe8dbe
1 changed files with 3 additions and 2 deletions
|
@ -324,14 +324,15 @@ ifeq ($(CONFIG_BROKEN),y)
|
||||||
$(call Image/Build/Profile/CAS771W,$(1))
|
$(call Image/Build/Profile/CAS771W,$(1))
|
||||||
$(call Image/Build/Profile/CAS861,$(1))
|
$(call Image/Build/Profile/CAS861,$(1))
|
||||||
$(call Image/Build/Profile/CAS861W,$(1))
|
$(call Image/Build/Profile/CAS861W,$(1))
|
||||||
$(call Image/Build/Profile/NFS101U,$(1))
|
|
||||||
$(call Image/Build/Profile/NFS101WU,$(1))
|
|
||||||
# Motorola
|
# Motorola
|
||||||
$(call Image/Build/Profile/PMUGW,$(1))
|
$(call Image/Build/Profile/PMUGW,$(1))
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Image/Build/Profile/Generic
|
define Image/Build/Profile/Generic
|
||||||
|
# Cellvision
|
||||||
|
$(call Image/Build/Profile/NFS101U,$(1))
|
||||||
|
$(call Image/Build/Profile/NFS101WU,$(1))
|
||||||
# Compex
|
# Compex
|
||||||
$(call Image/Build/Profile/WP54,$(1))
|
$(call Image/Build/Profile/WP54,$(1))
|
||||||
$(call Image/Build/Profile/NP27G,$(1))
|
$(call Image/Build/Profile/NP27G,$(1))
|
||||||
|
|
Loading…
Reference in a new issue