Mirror only - Please move to https://github.com/immortalwrt/immortalwrt
修訂 | e0008861b064466928ad1240d1954196b91fdd8b (tree) |
---|---|
時間 | 2023-01-30 00:30:23 |
作者 | Tianling Shen <cnsztl@immo...> |
Commiter | Tianling Shen |
mvebu: switch to wpad-openssl
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
@@ -40,7 +40,7 @@ define Device/cznic_turris-omnia | ||
40 | 40 | KERNEL_INITRAMFS := kernel-bin | gzip | fit gzip $$(KDIR)/image-$$(DEVICE_DTS).dtb |
41 | 41 | DEVICE_PACKAGES := \ |
42 | 42 | mkf2fs e2fsprogs kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 \ |
43 | - wpad-basic-openssl kmod-ath9k kmod-ath10k-ct ath10k-firmware-qca988x-ct \ | |
43 | + wpad-openssl kmod-ath9k kmod-ath10k-ct ath10k-firmware-qca988x-ct \ | |
44 | 44 | partx-utils kmod-i2c-mux-pca954x |
45 | 45 | IMAGES := $$(IMAGE_PREFIX)-sysupgrade.img.gz omnia-medkit-$$(IMAGE_PREFIX)-initramfs.tar.gz |
46 | 46 | IMAGE/$$(IMAGE_PREFIX)-sysupgrade.img.gz := boot-scr | boot-img | sdcard-img | gzip | append-metadata |
@@ -77,7 +77,7 @@ TARGET_DEVICES += kobol_helios4 | ||
77 | 77 | define Device/linksys |
78 | 78 | $(Device/NAND-128K) |
79 | 79 | DEVICE_VENDOR := Linksys |
80 | - DEVICE_PACKAGES := kmod-mwlwifi wpad-basic-openssl | |
80 | + DEVICE_PACKAGES := kmod-mwlwifi wpad-openssl | |
81 | 81 | IMAGES += factory.img |
82 | 82 | IMAGE/factory.img := append-kernel | pad-to $$$$(KERNEL_SIZE) | \ |
83 | 83 | append-ubi | pad-to $$$$(PAGESIZE) |