From: Piotr Dymacz Date: Tue, 30 May 2017 20:25:02 +0000 (+0200) Subject: ar71xx: image: drop redundant uboot-envtools from DEVICE_PACKAGES X-Git-Tag: v18.06.0-rc1~2709 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=05e276c0710c490616d3516e66dde606370af387;p=openwrt%2Fopenwrt.git ar71xx: image: drop redundant uboot-envtools from DEVICE_PACKAGES uboot-envtools is already included in DEFAULT_PACKAGES for ar71xx. Signed-off-by: Piotr Dymacz --- diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index 8472b904cc..b5aabf4236 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -151,7 +151,7 @@ TARGET_DEVICES += gl-ar300 define Device/gl-ar300m DEVICE_TITLE := GL AR300M - DEVICE_PACKAGES := kmod-usb-core kmod-usb2 uboot-envtools + DEVICE_PACKAGES := kmod-usb-core kmod-usb2 BOARDNAME = GL-AR300M IMAGE_SIZE = 16000k MTDPARTS = spi0.0:256k(u-boot)ro,64k(u-boot-env),16000k(firmware),64k(art)ro @@ -288,7 +288,6 @@ TARGET_DEVICES += wndr3700 wndr3700v2 wndr3800 wndr3800ch wndrmac wndrmacv2 define Device/cap324 DEVICE_TITLE := PowerCloud CAP324 Cloud AP - DEVICE_PACKAGES := uboot-envtools BOARDNAME := CAP324 DEVICE_PROFILE := CAP324 IMAGE_SIZE = 15296k @@ -299,7 +298,6 @@ TARGET_DEVICES += cap324 define Device/cap324-nocloud DEVICE_TITLE := PowerCloud CAP324 Cloud AP (No-Cloud) - DEVICE_PACKAGES := uboot-envtools BOARDNAME := CAP324 DEVICE_PROFILE := CAP324 IMAGE_SIZE = 16000k @@ -310,7 +308,6 @@ TARGET_DEVICES += cap324-nocloud define Device/cr3000 DEVICE_TITLE := PowerCloud CR3000 Cloud Router - DEVICE_PACKAGES := uboot-envtools BOARDNAME := CR3000 DEVICE_PROFILE := CR3000 IMAGE_SIZE = 7104k @@ -321,7 +318,6 @@ TARGET_DEVICES += cr3000 define Device/cr3000-nocloud DEVICE_TITLE := PowerCloud CR3000 (No-Cloud) - DEVICE_PACKAGES := uboot-envtools BOARDNAME := CR3000 DEVICE_PROFILE := CR3000 IMAGE_SIZE = 7808k @@ -332,7 +328,7 @@ TARGET_DEVICES += cr3000-nocloud define Device/cr5000 DEVICE_TITLE := PowerCloud CR5000 Cloud Router - DEVICE_PACKAGES := uboot-envtools kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig-usbport kmod-usb-core + DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig-usbport kmod-usb-core BOARDNAME := CR5000 DEVICE_PROFILE := CR5000 IMAGE_SIZE = 7104k @@ -343,7 +339,7 @@ TARGET_DEVICES += cr5000 define Device/cr5000-nocloud DEVICE_TITLE := PowerCloud CR5000 (No-Cloud) - DEVICE_PACKAGES := uboot-envtools kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig-usbport kmod-usb-core + DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig-usbport kmod-usb-core BOARDNAME := CR5000 DEVICE_PROFILE := CR5000 IMAGE_SIZE = 7808k @@ -764,7 +760,7 @@ endef define Device/dap-2695-a1 DEVICE_TITLE := D-Link DAP-2695 rev. A1 - DEVICE_PACKAGES := ath10k-firmware-qca988x kmod-ath10k uboot-envtools + DEVICE_PACKAGES := ath10k-firmware-qca988x kmod-ath10k BOARDNAME = DAP-2695-A1 IMAGES := factory.img sysupgrade.bin IMAGE_SIZE = 15360k