mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
#
|
|
# curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/<target>/<some device> > .config
|
|
# curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/basic >> .config
|
|
#
|
|
|
|
# LuCI
|
|
CONFIG_PACKAGE_cgi-io=y
|
|
CONFIG_PACKAGE_libiwinfo-lua=y
|
|
CONFIG_PACKAGE_liblua=y
|
|
CONFIG_PACKAGE_liblucihttp=y
|
|
CONFIG_PACKAGE_liblucihttp-lua=y
|
|
CONFIG_PACKAGE_libubus-lua=y
|
|
CONFIG_PACKAGE_lua=y
|
|
CONFIG_PACKAGE_luci=y
|
|
CONFIG_PACKAGE_luci-app-firewall=y
|
|
CONFIG_PACKAGE_luci-app-opkg=y
|
|
CONFIG_PACKAGE_luci-base=y
|
|
CONFIG_PACKAGE_luci-lib-base=y
|
|
CONFIG_PACKAGE_luci-lib-ip=y
|
|
CONFIG_PACKAGE_luci-lib-jsonc=y
|
|
CONFIG_PACKAGE_luci-lib-nixio=y
|
|
CONFIG_PACKAGE_luci-mod-admin-full=y
|
|
CONFIG_PACKAGE_luci-mod-network=y
|
|
CONFIG_PACKAGE_luci-mod-status=y
|
|
CONFIG_PACKAGE_luci-mod-system=y
|
|
CONFIG_PACKAGE_luci-proto-ipv6=y
|
|
CONFIG_PACKAGE_luci-proto-ppp=y
|
|
|
|
# attendedsysupgrade
|
|
CONFIG_PACKAGE_luci-app-attendedsysupgrade=y
|
|
CONFIG_PACKAGE_attendedsysupgrade-common=y
|
|
CONFIG_PACKAGE_auc=y
|
|
|
|
# Disable CONFIG_ALL_KMODS
|
|
# More: https://github.com/openwrt/openwrt/commit/dadad6bb731ff1025125c619da7ccc196ad6ea01
|
|
# CONFIG_ALL_KMODS is not set
|
|
CONFIG_AUTOREMOVE=y
|