OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | # |
2 | # Copyright (C) 2011 OpenWrt.org |
||
3 | # |
||
4 | # This is free software, licensed under the GNU General Public License v2. |
||
5 | # See /LICENSE for more information. |
||
6 | # |
||
7 | |||
8 | define Profile/Default |
||
9 | NAME:=Default Profile |
||
10 | PRIORITY:=1 |
||
11 | PACKAGES := badblocks block-mount e2fsprogs \ |
||
12 | kmod-dm kmod-fs-ext4 kmod-fs-vfat kmod-usb-ledtrig-usbport \ |
||
13 | kmod-md-mod kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-iso8859-15 \ |
||
14 | kmod-nls-utf8 kmod-usb3 kmod-usb-dwc2 kmod-usb-storage \ |
||
15 | kmod-spi-gpio partx-utils |
||
16 | endef |
||
17 | |||
18 | define Profile/Default/Description |
||
19 | Default package set |
||
20 | endef |
||
21 | |||
22 | $(eval $(call Profile,Default)) |