diff --git a/feeds.conf.default b/feeds.conf.default index 336d7e044..1c6155c9d 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -1,4 +1,4 @@ -src-git luci https://github.com/coolsnowwolf/luci src-git packages https://github.com/coolsnowwolf/packages -src-git routing https://git.openwrt.org/feed/routing.git;openwrt-18.06 -#src-git telephony https://git.openwrt.org/feed/telephony.git;openwrt-18.06 \ No newline at end of file +src-git luci https://github.com/coolsnowwolf/luci +src-git routing https://git.openwrt.org/feed/routing.git;openwrt-19.07 +#src-git telephony https://git.openwrt.org/feed/telephony.git;openwrt-19.07 diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 5c2ef7eb3..eb5ac6a3c 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -20,6 +20,7 @@ DEFAULT_PACKAGES += \ kmod-ath10k wpad-openssl \ kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019 \ automount luci-app-cifsd luci-app-ipsec-vpnd v2ray shadowsocks-libev-ss-redir shadowsocksr-libev-server \ - luci-app-unblockmusic luci-app-qbittorrent htop + luci-app-unblockmusic luci-app-qbittorrent \ + htop fdisk e2fsprogs $(eval $(call BuildTarget))