ath79: switch back to wpad-openssl for non-tiny subtarget
It's no longer able to generate images for devices with limited flash (<= 8 MiB), so just use the full feature wpad. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
BOARDNAME:=Generic
|
||||
|
||||
DEFAULT_PACKAGES += wpad-basic-openssl
|
||||
DEFAULT_PACKAGES += wpad-openssl
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for generic Atheros AR71xx/AR913x/AR934x based boards.
|
||||
|
||||
@@ -212,7 +212,7 @@ endef
|
||||
TARGET_DEVICES += ubnt_rocket-m
|
||||
|
||||
define Device/ubnt_routerstation_common
|
||||
DEVICE_PACKAGES := -kmod-ath9k -wpad-basic-openssl -uboot-envtools kmod-usb-ohci \
|
||||
DEVICE_PACKAGES := -kmod-ath9k -wpad-openssl -uboot-envtools kmod-usb-ohci \
|
||||
kmod-usb2 fconfig
|
||||
DEVICE_VENDOR := Ubiquiti
|
||||
SOC := ar7161
|
||||
|
||||
@@ -1784,7 +1784,7 @@ define Device/hak5_lan-turtle
|
||||
TPLINK_HWID := 0x5348334c
|
||||
IMAGES := sysupgrade.bin
|
||||
DEVICE_PACKAGES := kmod-usb-chipidea2 -iwinfo -kmod-ath9k -swconfig \
|
||||
-uboot-envtools -wpad-basic-openssl
|
||||
-uboot-envtools -wpad-openssl
|
||||
SUPPORTED_DEVICES += lan-turtle
|
||||
endef
|
||||
TARGET_DEVICES += hak5_lan-turtle
|
||||
@@ -1797,7 +1797,7 @@ define Device/hak5_packet-squirrel
|
||||
TPLINK_HWID := 0x5351524c
|
||||
IMAGES := sysupgrade.bin
|
||||
DEVICE_PACKAGES := kmod-usb-chipidea2 -iwinfo -kmod-ath9k -swconfig \
|
||||
-uboot-envtools -wpad-basic-openssl
|
||||
-uboot-envtools -wpad-openssl
|
||||
SUPPORTED_DEVICES += packet-squirrel
|
||||
endef
|
||||
TARGET_DEVICES += hak5_packet-squirrel
|
||||
@@ -1863,7 +1863,7 @@ define Device/iodata_etg3-r
|
||||
DEVICE_VENDOR := I-O DATA
|
||||
DEVICE_MODEL := ETG3-R
|
||||
IMAGE_SIZE := 7680k
|
||||
DEVICE_PACKAGES := -iwinfo -kmod-ath9k -wpad-basic-openssl
|
||||
DEVICE_PACKAGES := -iwinfo -kmod-ath9k -wpad-openssl
|
||||
endef
|
||||
TARGET_DEVICES += iodata_etg3-r
|
||||
|
||||
@@ -1923,7 +1923,7 @@ define Device/jjplus_ja76pf2
|
||||
SOC := ar7161
|
||||
DEVICE_VENDOR := jjPlus
|
||||
DEVICE_MODEL := JA76PF2
|
||||
DEVICE_PACKAGES += -kmod-ath9k -swconfig -wpad-basic-openssl -uboot-envtools fconfig kmod-hwmon-lm75
|
||||
DEVICE_PACKAGES += -kmod-ath9k -swconfig -wpad-openssl -uboot-envtools fconfig kmod-hwmon-lm75
|
||||
LOADER_TYPE := bin
|
||||
LOADER_FLASH_OFFS := 0x60000
|
||||
COMPILE := loader-$(1).bin
|
||||
@@ -3091,7 +3091,7 @@ define Device/teltonika_rut300
|
||||
DEVICE_VENDOR := Teltonika
|
||||
DEVICE_MODEL := RUT300
|
||||
SUPPORTED_TELTONIKA_DEVICES := teltonika,rut30x
|
||||
DEVICE_PACKAGES := -kmod-ath9k -uboot-envtools -wpad-basic-openssl kmod-usb2
|
||||
DEVICE_PACKAGES := -kmod-ath9k -uboot-envtools -wpad-openssl kmod-usb2
|
||||
IMAGE_SIZE := 15552k
|
||||
IMAGES += factory.bin
|
||||
IMAGE/factory.bin = append-kernel | pad-to $$$$(BLOCKSIZE) | \
|
||||
|
||||
Reference in New Issue
Block a user