Revert "rockchip: default smp tune on"

This reverts commit 518cd6a5c5.
This commit is contained in:
AmadeusGhost 2022-09-14 23:15:19 +08:00
parent b030e9103a
commit 58ccac858b
3 changed files with 3 additions and 23 deletions

View File

@ -46,7 +46,7 @@ DEFAULT_PACKAGES.router:=\
iptables-mod-tproxy iptables-mod-extra ipset ip-full default-settings luci luci-newapi \ iptables-mod-tproxy iptables-mod-extra ipset ip-full default-settings luci luci-newapi \
ddns-scripts_aliyun ddns-scripts_dnspod luci-app-ddns luci-app-upnp luci-app-autoreboot \ ddns-scripts_aliyun ddns-scripts_dnspod luci-app-ddns luci-app-upnp luci-app-autoreboot \
luci-app-arpbind luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-vlmcsd \ luci-app-arpbind luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-vlmcsd \
luci-app-ramfree luci-app-accesscontrol luci-app-nlbwmon luci-app-turboacc luci-app-wol ca-certificates luci-app-accesscontrol luci-app-nlbwmon luci-app-turboacc luci-app-wol curl ca-certificates
ifneq ($(DUMP),) ifneq ($(DUMP),)
all: dumpinfo all: dumpinfo

View File

@ -16,9 +16,8 @@ endef
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += uboot-envtools partx-utils e2fsprogs mkf2fs kmod-gpio-button-hotplug bridger \ DEFAULT_PACKAGES += uboot-envtools partx-utils e2fsprogs mkf2fs kmod-gpio-button-hotplug \
automount autocore-arm e2fsprogs ethtool haveged htop usb-modeswitch iperf3 hysteria \ automount autocore-arm e2fsprogs ethtool haveged htop usb-modeswitch
luci-app-diskman luci-app-samba luci-app-unblockmusic
KERNELNAME:=Image dtbs KERNELNAME:=Image dtbs

View File

@ -1,19 +0,0 @@
#!/bin/sh
cat <<-EOF >/etc/opkg.conf
dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists
option overlay_root /overlay
EOF
cat <<-EOF >/etc/opkg/distfeeds.conf
src/gz openwrt_base https://downloads.immortalwrt.org/releases/21.02.1/packages/aarch64_generic/base
src/gz openwrt_luci https://downloads.immortalwrt.org/releases/packages-18.06-k5.4/aarch64_generic/luci
src/gz openwrt_packages https://downloads.immortalwrt.org/releases/21.02.1/packages/aarch64_generic/packages
src/gz openwrt_routing https://downloads.immortalwrt.org/releases/21.02.1/packages/aarch64_generic/routing
src/gz openwrt_telephony https://downloads.immortalwrt.org/releases/21.02.1/packages/aarch64_generic/telephony
EOF
exit 0