From 4ef86f33277e69c48173c9586ae316210e5247aa Mon Sep 17 00:00:00 2001 From: gl-luochongjun Date: Thu, 10 Mar 2022 20:26:54 +0800 Subject: [PATCH] add openwrt common profile --- profiles/luci.yml | 1 + profiles/openwrt_common.yml | 40 ++++++++++++++++++++++++++++++ profiles/target_ath79_gl-x300b.yml | 5 ++++ 3 files changed, 46 insertions(+) create mode 100644 profiles/openwrt_common.yml create mode 100644 profiles/target_ath79_gl-x300b.yml diff --git a/profiles/luci.yml b/profiles/luci.yml index f0be2e9..75f83ab 100644 --- a/profiles/luci.yml +++ b/profiles/luci.yml @@ -7,3 +7,4 @@ packages: - luci-mod-rpc diffconfig: | + CONFIG_LUCI_LANG_zh_Hans=y diff --git a/profiles/openwrt_common.yml b/profiles/openwrt_common.yml new file mode 100644 index 0000000..ef7f6d6 --- /dev/null +++ b/profiles/openwrt_common.yml @@ -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 diff --git a/profiles/target_ath79_gl-x300b.yml b/profiles/target_ath79_gl-x300b.yml new file mode 100644 index 0000000..ed2ccb4 --- /dev/null +++ b/profiles/target_ath79_gl-x300b.yml @@ -0,0 +1,5 @@ +--- +profile: glinet_gl-x300b-nor +target: ath79 +subtarget: nand +description: Build image for the GL.iNET X300B