mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-06-11 04:37:26 -04:00
7 lines
133 B
Makefile
7 lines
133 B
Makefile
define Profile/Generic
|
|
NAME:=Generic - all boards
|
|
PACKAGES:=kmod-leds-gpio button-hotplug
|
|
endef
|
|
|
|
$(eval $(call Profile,Generic))
|