diff options
| author | Arınç ÜNAL | 2022-06-01 07:42:33 +0000 |
|---|---|---|
| committer | Rafał Miłecki | 2022-06-07 14:16:56 +0000 |
| commit | 5c1b1918abf853c95976daf7fea58fb1355eae6d (patch) | |
| tree | 290c6364de5c5697043450002158fc29188aed82 | |
| parent | 0a2edc2714dcda10be902c32525723ce2cbcb138 (diff) | |
| download | openwrt-5c1b1918abf853c95976daf7fea58fb1355eae6d.tar.gz | |
bcm53xx: remove BROKEN flag from Asus RT-AC88U
The image builds and works fine on Asus RT-AC88U. Therefore, remove the
BROKEN flag from the makefile.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
| -rw-r--r-- | target/linux/bcm53xx/image/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index d70e394b94..0d0cf9b19b 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -172,7 +172,6 @@ define Device/asus_rt-ac88u DEVICE_MODEL := RT-AC88U DEVICE_PACKAGES := $(BRCMFMAC_4366C0) $(USB3_PACKAGES) ASUS_PRODUCTID := RT-AC88U - BROKEN := y endef TARGET_DEVICES += asus_rt-ac88u |