mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
*) can not connect to switch chip *) only one usb port is working *) wifi is not working Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37712 3c298f89-4303-0410-b956-a3cf2f4a3e73
8 lines
143 B
Makefile
8 lines
143 B
Makefile
define Profile/GR7000
|
|
NAME:=Aztech GR7000
|
|
PACKAGES:= \
|
|
kmod-ltq-deu-ar9 kmod-ltq-hcd-ar9 \
|
|
swconfig
|
|
endef
|
|
$(eval $(call Profile,GR7000))
|