mirror of
https://github.com/FUjr/gl-infra-builder.git
synced 2025-12-18 01:55:00 +00:00
add openwrt common profile
This commit is contained in:
parent
dc160ca829
commit
4ef86f3327
@ -7,3 +7,4 @@ packages:
|
|||||||
- luci-mod-rpc
|
- luci-mod-rpc
|
||||||
|
|
||||||
diffconfig: |
|
diffconfig: |
|
||||||
|
CONFIG_LUCI_LANG_zh_Hans=y
|
||||||
|
|||||||
40
profiles/openwrt_common.yml
Normal file
40
profiles/openwrt_common.yml
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
---
|
||||||
|
description: Add the LUCI dependencies
|
||||||
|
|
||||||
|
packages:
|
||||||
|
- luci
|
||||||
|
- luci-base
|
||||||
|
- luci-mod-rpc
|
||||||
|
- kmod-usb-storage
|
||||||
|
- kmod-usb-uhci
|
||||||
|
- comgt
|
||||||
|
- chat
|
||||||
|
- uqmi
|
||||||
|
- blkid
|
||||||
|
- ntfs-3g
|
||||||
|
- ntfs-3g-utils
|
||||||
|
- dosfstools
|
||||||
|
- e2fsprogs
|
||||||
|
- usbmuxd
|
||||||
|
- kmod-usb2
|
||||||
|
- kmod-usb-ohci
|
||||||
|
- kmod-usb-acm
|
||||||
|
- kmod-usb-net-huawei-cdc-ncm
|
||||||
|
- kmod-usb-serial
|
||||||
|
- kmod-usb-serial-option
|
||||||
|
- kmod-usb-serial-wwan
|
||||||
|
- kmod-usb-net-cdc-ether
|
||||||
|
- kmod-usb-net-qmi-wwan
|
||||||
|
- kmod-fs-ext4
|
||||||
|
- kmod-fs-ntfs
|
||||||
|
- kmod-fs-vfat
|
||||||
|
- kmod-fs-exfat
|
||||||
|
- kmod-usb-net-ipheth
|
||||||
|
- kmod-usb-net-rndis
|
||||||
|
- kmod-usb-serial-ch341
|
||||||
|
|
||||||
|
diffconfig: |
|
||||||
|
CONFIG_LUCI_LANG_zh_Hans=y
|
||||||
|
CONFIG_ALL_KMODS=y
|
||||||
|
CONFIG_BUSYBOX_CUSTOM=y
|
||||||
|
CONFIG_BUSYBOX_CONFIG_FEATURE_FLOAT_SLEEP=y
|
||||||
5
profiles/target_ath79_gl-x300b.yml
Normal file
5
profiles/target_ath79_gl-x300b.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
profile: glinet_gl-x300b-nor
|
||||||
|
target: ath79
|
||||||
|
subtarget: nand
|
||||||
|
description: Build image for the GL.iNET X300B
|
||||||
Loading…
Reference in New Issue
Block a user