mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +00:00
1e89df511a
SVN-Revision: 25278
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))
|