On Tue, Jun 30, 2009 at 09:51:47PM -0700 or thereabouts, David Bryson wrote: > > For some reason it puts the kernel version on the end of the > base-files-brcm-2.4 package. > > Still hutning for how to fix it. >
The eventual fix was this: --- Makefile 2009-06-11 23:36:16.177668856 -0700 +++ OpenWrt-ImageBuilder-brcm-2.4-for-Linux-i686/Makefile 2009-06-30 21:59:03.097528424 -0700 @@ -83,7 +83,7 @@ BUILD_PACKAGES:=$(sort $(DEFAULT_PACKAGES) $(PACKAGES) $($(PROFILE)_PACKAGES) kernel) ifeq ($(KERNEL),2.4) -BUILD_PACKAGES:=$(patsubst base-files,base-files-$(BOARD)-$(KERNEL),$(BUILD_PACKAGES)) +BUILD_PACKAGES:=$(patsubst base-files,base-files-$(BOARD),$(BUILD_PACKAGES)) else BUILD_PACKAGES:=$(patsubst base-files,base-files-$(BOARD),$(BUILD_PACKAGES)) endif
pgpcv3xUeJU96.pgp
Description: PGP signature
_______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
