diff options
| author | Karel Kočí <cynerd@email.cz> | 2019-05-01 18:38:27 +0200 | 
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2019-05-01 18:38:27 +0200 | 
| commit | 146a09e0a4ccc92459f5611d74536c3a6d3af911 (patch) | |
| tree | 618b37562c6f45e8733c3eb10bd79f14b991e1cf /personal-pkgs-repo | |
| parent | 473867df15acc740007e8340a72f565ff6e16f7d (diff) | |
| download | openwrt-personal-pkgs-146a09e0a4ccc92459f5611d74536c3a6d3af911.tar.gz openwrt-personal-pkgs-146a09e0a4ccc92459f5611d74536c3a6d3af911.tar.bz2 openwrt-personal-pkgs-146a09e0a4ccc92459f5611d74536c3a6d3af911.zip | |
shellrc: drop ash variant
It doesn't not make any sense to have some ash variant. Ash is installed
in default and what else should we have otherwise.
Diffstat (limited to 'personal-pkgs-repo')
| -rw-r--r-- | personal-pkgs-repo/Makefile | 2 | ||||
| -rw-r--r-- | personal-pkgs-repo/files/updater.lua | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/personal-pkgs-repo/Makefile b/personal-pkgs-repo/Makefile index 0c4ce70..df91bbe 100644 --- a/personal-pkgs-repo/Makefile +++ b/personal-pkgs-repo/Makefile @@ -8,7 +8,7 @@  include $(TOPDIR)/rules.mk  PKG_NAME:=personal-pkgs-repo -PKG_VERSION:=1.4.8 +PKG_VERSION:=1.4.9  PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>  PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) diff --git a/personal-pkgs-repo/files/updater.lua b/personal-pkgs-repo/files/updater.lua index ca5dd0f..a14e06a 100644 --- a/personal-pkgs-repo/files/updater.lua +++ b/personal-pkgs-repo/files/updater.lua @@ -52,7 +52,7 @@ if tools then  	Install("grep", "coreutils-sha256sum")  	Install("iperf", "iperf3")  	Install("sysstat", "strace", "gdbserver") -	Install("shellrc-zsh", "shellrc-ash") +	Install("shellrc-zsh")  end  if vpn then  	Install("luci-app-openvpn", "openvpn-openssl") | 
