OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 define Profile/Default
2 NAME:=Default Profile (all drivers)
3 PACKAGES:= \
4 kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport
5 PRIORITY := 1
6 endef
7  
8 define Profile/Default/Description
9 Default package set compatible with most boards.
10 endef
11 $(eval $(call Profile,Default))