diff options
Diffstat (limited to 'target/linux/lantiq/xway/profiles/000-generic.mk')
-rw-r--r-- | target/linux/lantiq/xway/profiles/000-generic.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/000-generic.mk b/target/linux/lantiq/xway/profiles/000-generic.mk new file mode 100644 index 0000000000..787a74fba2 --- /dev/null +++ b/target/linux/lantiq/xway/profiles/000-generic.mk @@ -0,0 +1,6 @@ +define Profile/Generic + NAME:=Generic - all boards + PACKAGES:=kmod-leds-gpio button-hotplug +endef + +$(eval $(call Profile,Generic)) |