diff options
author | Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> | 2018-08-06 10:52:28 -0700 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-13 08:37:19 +0200 |
commit | 1d3ea7874df420ab8d3acbddf5ec9251bf79ed9b (patch) | |
tree | 5c3e276dc3dcb7872ace31c5fc8405f991c87c52 /target/linux/ramips/image | |
parent | 5543d63fc84e64be83afaa4241369a07797f041b (diff) | |
download | upstream-1d3ea7874df420ab8d3acbddf5ec9251bf79ed9b.tar.gz upstream-1d3ea7874df420ab8d3acbddf5ec9251bf79ed9b.tar.bz2 upstream-1d3ea7874df420ab8d3acbddf5ec9251bf79ed9b.zip |
ramips: fix BR-6478ACv2 support
The wholesale changes introduced in commit f9b8328 missed this DTS file
because it hadn't been merged yet. This patch brings it in line to match
the other mt7620a devices' DTS files.
Additionally, the Internet LED is now labeled correctly and set to unused
by default, since the WAN interface is not known in every configuration.
Using sysupgrade between images before and after this commit will require
the -F flag.
Tested-by: Rohan Murch <rohan.murch@gmail.com>
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
[drop internet led default setting]
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 0edea9f13c..c759a89f24 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -475,7 +475,7 @@ define Device/tiny-ac endef TARGET_DEVICES += tiny-ac -define Device/br-6478ac-v2 +define Device/edimax_br-6478ac-v2 DTS := BR-6478AC-V2 DEVICE_TITLE := Edimax BR-6478AC V2 BLOCKSIZE := 64k @@ -483,9 +483,9 @@ define Device/br-6478ac-v2 IMAGE/sysupgrade.bin := append-kernel | append-rootfs | \ edimax-header -s CSYS -m RN68 -f 0x70000 -S 0x01100000 | pad-rootfs | \ append-metadata | check-size $$$$(IMAGE_SIZE) - DEVICE_PACKAGES := kmod-mt76 + DEVICE_PACKAGES := kmod-mt76 kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig-usbport endef -TARGET_DEVICES += br-6478ac-v2 +TARGET_DEVICES += edimax_br-6478ac-v2 define Device/tplink_c2-v1 $(Device/Archer) |