diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-08-30 12:54:03 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-08-30 13:08:33 +0200 |
commit | 9e6b567ec2c7eca1b0299b048c9f1872857b6579 (patch) | |
tree | 78fbff36d4543b17f4b150ba3ad72e5751fc1f15 /shellrc/Makefile | |
parent | 7a4e7809358548e24a5debb375e6e6a368247f79 (diff) | |
download | openwrt-personal-pkgs-9e6b567ec2c7eca1b0299b048c9f1872857b6579.tar.gz openwrt-personal-pkgs-9e6b567ec2c7eca1b0299b048c9f1872857b6579.tar.bz2 openwrt-personal-pkgs-9e6b567ec2c7eca1b0299b048c9f1872857b6579.zip |
shellrc: fix
Diffstat (limited to 'shellrc/Makefile')
-rw-r--r-- | shellrc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shellrc/Makefile b/shellrc/Makefile index 1c6c5fd..55f7dcb 100644 --- a/shellrc/Makefile +++ b/shellrc/Makefile @@ -57,3 +57,6 @@ define Package/$(PKG_NAME)-ash/install endef $(eval $(call BuildPackage,$(PKG_NAME))) +$(eval $(call BuildPackage,$(PKG_NAME)-bash)) +$(eval $(call BuildPackage,$(PKG_NAME)-zsh)) +$(eval $(call BuildPackage,$(PKG_NAME)-ash)) |