mirror of https://github.com/hak5/openwrt.git
ath79: Add DEVICE_VENDOR for Ubiquiti Routerstation
This has been overlooked. Reported by: Chen Minqiang (@ptpt52) Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>master
parent
917eeaf26b
commit
63e3c3d2a2
|
@ -205,6 +205,7 @@ TARGET_DEVICES += ubnt_unifiac-pro
|
||||||
|
|
||||||
define Device/ubnt_routerstation_common
|
define Device/ubnt_routerstation_common
|
||||||
DEVICE_PACKAGES := -kmod-ath9k -wpad-mini -uboot-envtools kmod-usb-ohci kmod-usb2 fconfig
|
DEVICE_PACKAGES := -kmod-ath9k -wpad-mini -uboot-envtools kmod-usb-ohci kmod-usb2 fconfig
|
||||||
|
DEVICE_VENDOR := Ubiquiti
|
||||||
ATH_SOC := ar7161
|
ATH_SOC := ar7161
|
||||||
IMAGE_SIZE := 16128k
|
IMAGE_SIZE := 16128k
|
||||||
IMAGES += factory.bin
|
IMAGES += factory.bin
|
||||||
|
|
Loading…
Reference in New Issue