mediatek: mt7622: drop duplicate DEVICE_PACKAGES
kmod-mt7615e kmod-mt7615-firmware and uboot-envtools are already part of the target's default package set. No need to add them again for buffalo_wsr-2533dhp2. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
74f15628dd
commit
c17b1dca60
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ define Device/buffalo_wsr-2533dhp2
|
||||||
IMAGE/sysupgrade.bin := append-kernel | \
|
IMAGE/sysupgrade.bin := append-kernel | \
|
||||||
buffalo-kernel-trx 0x32504844 $(KDIR)/tmp/$$(DEVICE_NAME).null | \
|
buffalo-kernel-trx 0x32504844 $(KDIR)/tmp/$$(DEVICE_NAME).null | \
|
||||||
sysupgrade-tar kernel=$$$$@ | append-metadata
|
sysupgrade-tar kernel=$$$$@ | append-metadata
|
||||||
DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware swconfig uboot-envtools
|
DEVICE_PACKAGES := swconfig
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += buffalo_wsr-2533dhp2
|
TARGET_DEVICES += buffalo_wsr-2533dhp2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue