diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-07 00:26:26 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-07 00:26:26 +0000 |
commit | 19021c16ffef5393aebedf009c57a86b11b996c2 (patch) | |
tree | 09f622c2cec8948505435552ac6dddf3d790ee98 /tools/firmware-utils/Makefile | |
parent | e225f119a7b136639695da38345d0c4d78abe2ea (diff) |
remove custom partition table hack, add ptgen utility for generating partition tables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5704 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r-- | tools/firmware-utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index 7b612aeac..e600e9059 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -23,6 +23,7 @@ define Build/Compile $(call cc,motorola-bin) $(call cc,dgfirmware) $(call cc,trx2usr) + $(call cc,ptgen) endef define Build/Install |