diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-05-28 19:54:47 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-05-28 19:54:47 +0000 |
commit | fc1c8c877fa3f6e80480e002ee6492686c63c07b (patch) | |
tree | d1971697e738f42a2ed3c1c3d77fba60711cd93d /target/linux/ixp4xx/Makefile | |
parent | e3b98243081fa163807437f0c71d433f05dd7ace (diff) | |
download | upstream-fc1c8c877fa3f6e80480e002ee6492686c63c07b.tar.gz upstream-fc1c8c877fa3f6e80480e002ee6492686c63c07b.tar.bz2 upstream-fc1c8c877fa3f6e80480e002ee6492686c63c07b.zip |
fix up mac address setting on ixp4xx for devices that store this info in the RedBoot config partition
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11285 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/Makefile')
-rw-r--r-- | target/linux/ixp4xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index e6b15e537b..7b95752cbe 100644 --- a/target/linux/ixp4xx/Makefile +++ b/target/linux/ixp4xx/Makefile @@ -22,6 +22,6 @@ define Kernel/Configure $(if $(CONFIG_EABI_SUPPORT),echo '# CONFIG_OABI_COMPAT is not set' >> $(LINUX_DIR)/.config) endef -DEFAULT_PACKAGES += ixp4xx-microcode +DEFAULT_PACKAGES += ixp4xx-microcode fconfig $(eval $(call BuildTarget)) |