diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-09-13 16:54:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-09-13 16:54:51 +0000 |
commit | c5d8137d09497f91afbb3cb378ab0d8e061bce46 (patch) | |
tree | 358dc473ff69c488fba2779fd9ac4037065bdb32 /target | |
parent | a5472471a08a030c2c0ceeb3368f1cde48ac7a8b (diff) | |
download | upstream-c5d8137d09497f91afbb3cb378ab0d8e061bce46.tar.gz upstream-c5d8137d09497f91afbb3cb378ab0d8e061bce46.tar.bz2 upstream-c5d8137d09497f91afbb3cb378ab0d8e061bce46.zip |
image generation fixes, thanks to <berny156 at gmx.de> (#2379)
SVN-Revision: 8771
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/adm5120/image/router_be.mk | 4 | ||||
-rw-r--r-- | target/linux/adm5120/image/router_le.mk | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/adm5120/image/router_be.mk b/target/linux/adm5120/image/router_be.mk index 42e56fab17..c45d281695 100644 --- a/target/linux/adm5120/image/router_be.mk +++ b/target/linux/adm5120/image/router_be.mk @@ -71,9 +71,9 @@ define Image/Build/Profile/Texas endef define Image/Build/Profile/P-334WT - $(call Image/Build/Board/P-334WT,$(1)) + $(call Image/Build/Board/P-334WT/$(1)) endef define Image/Build/Profile/P-335WT - $(call Image/Build/Board/P-335WT,$(1)) + $(call Image/Build/Board/P-335WT/$(1)) endef diff --git a/target/linux/adm5120/image/router_le.mk b/target/linux/adm5120/image/router_le.mk index 5d98e5851e..54b9c4adca 100644 --- a/target/linux/adm5120/image/router_le.mk +++ b/target/linux/adm5120/image/router_le.mk @@ -192,11 +192,11 @@ define Image/Build/Board/BR-6104K endef define Image/Build/Board/BR-6104K/squashfs - $(call Image/Build/BR-6104K,squashfs) + $(call Image/Build/Board/BR-6104K,squashfs) endef define Image/Build/Board/BR-6104K/jffs2-64k - $(call Image/Build/BR-6104K,jffs2-64k) + $(call Image/Build/Board/BR-6104K,jffs2-64k) endef define Image/Build/Board/BR-6104K/Initramfs @@ -292,19 +292,19 @@ define Image/Build/Profile/WP54G endef define Image/Build/Profile/NP27G - $(call Image/Build/Group/NP27G,$(1)) + $(call Image/Build/Board/NP27G/$(1)) endef define Image/Build/Profile/NP28G - $(call Image/Build/Group/NP28G,$(1)) + $(call Image/Build/Board/NP28G/$(1)) endef define Image/Build/Profile/CAS-771 - $(call Image/Build/Board/CAS-771,$(1)) + $(call Image/Build/Board/CAS-771/$(1)) endef define Image/Build/Profile/CAS-771W - $(call Image/Build/Board/CAS-771W,$(1)) + $(call Image/Build/Board/CAS-771W/$(1)) endef define Image/Build/Profile/RouterBoard |