mirror of https://github.com/hak5/openwrt.git
parent
985d4dd88f
commit
f177052c9d
|
@ -8,15 +8,3 @@ define Profile/EASY50712/Description
|
|||
endef
|
||||
|
||||
$(eval $(call Profile,EASY50712))
|
||||
|
||||
define Profile/EASY50812
|
||||
NAME:=EASY50812
|
||||
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio
|
||||
endef
|
||||
|
||||
define Profile/EASY50812/Description
|
||||
Lantiq EASY50812 evalkit
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,EASY50812))
|
||||
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
define Profile/DGN3500B
|
||||
NAME:=DGN3500B
|
||||
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio
|
||||
endef
|
||||
|
||||
define Profile/DGN3500B/Description
|
||||
Netgear DGN3500B
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,DGN3500B))
|
||||
|
Loading…
Reference in New Issue