1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 08:01:25 +02:00

remove hardcoded package name

SVN-Revision: 5879
This commit is contained in:
Felix Fietkau 2006-12-20 07:00:30 +00:00
parent 4323774d59
commit 2a09c35cc9

@ -51,7 +51,7 @@ download: $(DOWNLOAD_PACKAGES)
compile-targets: $(COMPILE_PACKAGES)
compile:
$(MAKE) compile-targets
install-targets: base-files-install $(INSTALL_PACKAGES)
install-targets: $(INSTALL_PACKAGES)
install:
rm -rf $(BUILD_DIR)/root
$(MAKE) install-targets