mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[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
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user