diff options
Diffstat (limited to 'target/linux/gemini/image')
-rw-r--r-- | target/linux/gemini/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile index a05b7111b5..9e7daea03a 100644 --- a/target/linux/gemini/image/Makefile +++ b/target/linux/gemini/image/Makefile @@ -137,7 +137,7 @@ define Device/sq201 DEVICE_TITLE := ITian Square One SQ201 IMAGES += sq201-image IMAGE/sq201-image := sq201-images - DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES) rt61-pci + DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES) rt61-pci usb2-pci endef TARGET_DEVICES += sq201 |