X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1466fb6f8fc73e1d64f14f7fc3386a049d081f97..1a57f7fe60a3d749cff02728571f3d93dc9649c9:/obsolete-buildroot/Makefile diff --git a/obsolete-buildroot/Makefile b/obsolete-buildroot/Makefile index e2219c66d..ad629967e 100644 --- a/obsolete-buildroot/Makefile +++ b/obsolete-buildroot/Makefile @@ -97,7 +97,7 @@ INSTALL_LIBGCJ:=false # The list of stuff to build for the target filesystem # ############################################################# -TARGETS:=host-sed gcc3_3 openwrt-base openwrt-code.bin +TARGETS:=host-sed gcc3_3 ipkg-utils openwrt-base openwrt-code.bin PACKAGES:=oidentd iproute2 sched-modules wshaper @@ -192,7 +192,7 @@ PACKAGES_IPK:=$(patsubst %,%-ipk,$(PACKAGES)) $(BUILD_DIR)/Packages : $(PACKAGES_IPK) - (cd $(BUILD_DIR) ; ipkg-make-index . > Packages) + (cd $(BUILD_DIR) ; $(IPKG_MAKE_INDEX) . > Packages) world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS) $(PACKAGES_IPK) $(BUILD_DIR)/Packages @echo "ALL DONE."