diff options
Diffstat (limited to 'target/linux/bcm53xx/image/Makefile')
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index b3ec1e99a2..5d4ae08513 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -370,8 +370,9 @@ define Device/netgear-r8500 DEVICE_PACKAGES := $(BRCMFMAC_4366B1) $(USB3_PACKAGES) $(Device/netgear) NETGEAR_BOARD_ID := U12H334T00_NETGEAR + DEFAULT := n endef -# TARGET_DEVICES += netgear-r8500 +TARGET_DEVICES += netgear-r8500 define Device/smartrg-sr400ac DEVICE_VENDOR := SmartRG |