diff options
Diffstat (limited to 'target/linux/ramips/Makefile')
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 25859024c1..1de220e1a3 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -21,6 +21,6 @@ endef include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ - kmod-leds-gpio kmod-gpio-button-hotplug wpad-mini swconfig + kmod-leds-gpio kmod-gpio-button-hotplug swconfig $(eval $(call BuildTarget)) |