[adm5120] generate valid image for the BR-6104KP's web-interface (closes: 2641)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9485 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
a5cc05853f
commit
56d831aa44
|
@ -190,7 +190,7 @@ define Image/Build/Board/WP54GWRT/Initramfs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
#
|
#
|
||||||
# Edimax BR-6104K/KP
|
# Edimax BR-6104K
|
||||||
#
|
#
|
||||||
define Image/Build/Board/BR6104K
|
define Image/Build/Board/BR6104K
|
||||||
$(call Image/Build/Edimax,$(1),br-6104k)
|
$(call Image/Build/Edimax,$(1),br-6104k)
|
||||||
|
@ -204,6 +204,21 @@ define Image/Build/Board/BR6104K/Initramfs
|
||||||
$(call Image/Build/LZMAKernel/Admboot,br-6104k,gz)
|
$(call Image/Build/LZMAKernel/Admboot,br-6104k,gz)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
#
|
||||||
|
# Edimax BR-6104KP
|
||||||
|
#
|
||||||
|
define Image/Build/Board/BR6104KP
|
||||||
|
$(call Image/Build/Edimax,$(1),br-6104kp)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Image/Build/Board/BR6104KP/squashfs
|
||||||
|
$(call Image/Build/Board/BR6104KP,squashfs)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Image/Build/Board/BR6104KP/Initramfs
|
||||||
|
$(call Image/Build/LZMAKernel/Admboot,br-6104kp,gz)
|
||||||
|
endef
|
||||||
|
|
||||||
#
|
#
|
||||||
# Edimax BR-6104WG
|
# Edimax BR-6104WG
|
||||||
#
|
#
|
||||||
|
@ -264,12 +279,12 @@ endef
|
||||||
define Image/Build/Group/Compex
|
define Image/Build/Group/Compex
|
||||||
$(call Image/Build/Board/NP27G/$(1))
|
$(call Image/Build/Board/NP27G/$(1))
|
||||||
$(call Image/Build/Board/NP28G/$(1))
|
$(call Image/Build/Board/NP28G/$(1))
|
||||||
|
|
||||||
$(call Image/Build/Group/WP54G,$(1))
|
$(call Image/Build/Group/WP54G,$(1))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Group/Edimax
|
define Image/Build/Group/Edimax
|
||||||
$(call Image/Build/Board/BR6104K/$(1))
|
$(call Image/Build/Board/BR6104K/$(1))
|
||||||
|
$(call Image/Build/Board/BR6104KP/$(1))
|
||||||
$(call Image/Build/Board/BR6104WG/$(1))
|
$(call Image/Build/Board/BR6104WG/$(1))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -326,7 +341,7 @@ define Image/Build/Profile/CAS771W
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Profile/BR6104KP
|
define Image/Build/Profile/BR6104KP
|
||||||
$(call Image/Build/Board/BR6104K/$(1))
|
$(call Image/Build/Board/BR6104KP/$(1))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Profile/RouterBoard
|
define Image/Build/Profile/RouterBoard
|
||||||
|
|
Loading…
Reference in New Issue