mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 23:42:49 +02:00
9 lines
106 B
Makefile
9 lines
106 B
Makefile
|
define Profile/Generic
|
||
|
NAME:=Generic - all boards
|
||
|
PACKAGES:=
|
||
|
endef
|
||
|
|
||
|
$(eval $(call Profile,Generic))
|
||
|
|
||
|
|