X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b46fe1c707bc971ac7c06b7545b21c666349f7f9..f4da8cab588284adf82b8b8c4258493a1cc77e10:/obsolete-buildroot/Makefile diff --git a/obsolete-buildroot/Makefile b/obsolete-buildroot/Makefile index e534b44c4..6decbdf31 100644 --- a/obsolete-buildroot/Makefile +++ b/obsolete-buildroot/Makefile @@ -97,7 +97,7 @@ INSTALL_LIBGCJ:=false ############################################################# TARGETS:=host-sed openwrt-code.bin -PACKAGES:=oidentd iproute2 sched-modules wshaper zlib openssl openssh pppoecd +PACKAGES:=oidentd iproute2 sched-modules wshaper zlib openssl openssh pppoecd dropbear chillispot dhcp-fwd ip6tables kmod-ipt6 kmod-ipv6 nfs-modules ppp-async-module ppp-mppe-module ppp pppoecd pptp-server tun-module ############################################################# # @@ -192,9 +192,11 @@ world: $(DL_DIR) $(TARGETS_SOURCE) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(T packages: ipkg-utils $(PACKAGES_IPK) -@mkdir -p $(BASE_DIR)/packages - cd $(BASE_DIR)/packages - -mv $(BUILD_DIR)/*.ipk . - $(IPKG_MAKE_INDEX) . > Packages + { \ + cd $(BASE_DIR)/packages; \ + mv $(BUILD_DIR)/*.ipk .; \ + $(IPKG_MAKE_INDEX) . > Packages; \ + } @echo "ALL DONE." .PHONY: all world clean dirclean distclean source $(TARGETS) \