Skip to content

Commit

Permalink
Some small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
haiibo committed Apr 26, 2023
1 parent 14a1aa9 commit 9c0c176
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions configs/extra.config
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ CONFIG_PACKAGE_luci-app-aria2=y
CONFIG_PACKAGE_luci-app-arpbind=y
CONFIG_PACKAGE_luci-app-autoreboot=y
CONFIG_PACKAGE_luci-app-cifs-mount=y
CONFIG_PACKAGE_luci-app-cpufreq=y
CONFIG_PACKAGE_luci-app-ddns=y
CONFIG_PACKAGE_luci-app-ddnsto=y
CONFIG_PACKAGE_luci-app-diskman=y
Expand Down
8 changes: 0 additions & 8 deletions configs/rockchip.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,3 @@ CONFIG_TARGET_ROOTFS_PARTSIZE=960
CONFIG_TARGET_ROOTFS_TARGZ=y
# CONFIG_TARGET_ROOTFS_EXT4FS is not set
CONFIG_TARGET_ROOTFS_SQUASHFS=y

# Applications
CONFIG_PACKAGE_luci-app-cpufreq=y

# Wireless Support
CONFIG_PACKAGE_iw=y
CONFIG_PACKAGE_iwinfo=y
CONFIG_PACKAGE_wpad-wolfssl=y
2 changes: 1 addition & 1 deletion diy-mini.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ svn export https://github.com/rosywrt/luci-theme-rosy/trunk/luci-theme-rosy pack

# 晶晨宝盒
svn export https://github.com/ophub/luci-app-amlogic/trunk/luci-app-amlogic package/luci-app-amlogic
sed -i "s|https.*/OpenWrt|https://github.com/haiibo/OpenWrt|g" package/luci-app-amlogic/root/etc/config/amlogic
sed -i "s|firmware_repo.*|firmware_repo 'https://github.com/haiibo/OpenWrt'|g" package/luci-app-amlogic/root/etc/config/amlogic
# sed -i "s|kernel_path.*|kernel_path 'https://github.com/ophub/kernel'|g" package/luci-app-amlogic/root/etc/config/amlogic
sed -i "s|ARMv8|ARMv8_MINI|g" package/luci-app-amlogic/root/etc/config/amlogic

Expand Down
2 changes: 1 addition & 1 deletion diy-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ svn export https://github.com/haiibo/packages/trunk/luci-theme-netgear package/l

# 晶晨宝盒
svn export https://github.com/ophub/luci-app-amlogic/trunk/luci-app-amlogic package/luci-app-amlogic
sed -i "s|https.*/OpenWrt|https://github.com/haiibo/OpenWrt|g" package/luci-app-amlogic/root/etc/config/amlogic
sed -i "s|firmware_repo.*|firmware_repo 'https://github.com/haiibo/OpenWrt'|g" package/luci-app-amlogic/root/etc/config/amlogic
# sed -i "s|kernel_path.*|kernel_path 'https://github.com/ophub/kernel'|g" package/luci-app-amlogic/root/etc/config/amlogic
sed -i "s|ARMv8|ARMv8_PLUS|g" package/luci-app-amlogic/root/etc/config/amlogic

Expand Down

0 comments on commit 9c0c176

Please sign in to comment.