freewrt_2_0
|
Last change
on this file since d8b7ea7 was d8b7ea7, checked in by Waldemar Brodkorb <wbx@…>, 4 months ago |
|
jffs2: add license header
|
-
Property mode
set to
100644
|
|
File size:
785 bytes
|
| Rev | Line | |
|---|
| [d8b7ea7] | 1 | # This file is part of the FreeWRT project. FreeWRT is copyrighted
|
|---|
| 2 | # material, please see the LICENCE file in the top-level directory
|
|---|
| [a09b227] | 3 |
|
|---|
| [ec754d5] | 4 | PKG_NAME= mtd-utils
|
|---|
| 5 | PKG_VERSION= 2.3.0
|
|---|
| 6 | PKG_MD5SUM= 06be1bd123cfea8575829e9b16e84f4b
|
|---|
| [a09b227] | 7 |
|
|---|
| [ec754d5] | 8 | PKG_SOURCE= $(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|---|
| 9 | PKG_SOURCE_URL= https://infraroot.at/pub/mtd
|
|---|
| [a09b227] | 10 |
|
|---|
| [db32a6c] | 11 | include $(TOPDIR)/rules.mk
|
|---|
| 12 | include ../rules.mk
|
|---|
| 13 |
|
|---|
| [ec754d5] | 14 | $(WRKBUILD)/mkfs.jffs2: ${WRKBUILD}/.prepared
|
|---|
| 15 | (cd $(WRKBUILD) && ./configure --without-tests)
|
|---|
| 16 | $(MAKE) -C $(WRKBUILD) mkfs.jffs2
|
|---|
| [a09b227] | 17 |
|
|---|
| [ec754d5] | 18 | $(STAGING_DIR)/bin/mkfs.jffs2: $(WRKBUILD)/mkfs.jffs2
|
|---|
| [d5b9e70] | 19 | mkdir -p $(STAGING_DIR)/bin
|
|---|
| [a09b227] | 20 | $(CP) $< $@
|
|---|
| 21 |
|
|---|
| 22 | source: $(DL_DIR)/$(PKG_SOURCE)
|
|---|
| [d5b9e70] | 23 | prepare: ${WRKBUILD}/.prepared
|
|---|
| [ec754d5] | 24 | compile: $(WRKBUILD)/mkfs.jffs2 $(STAGING_DIR)/bin/mkfs.jffs2
|
|---|
| [a09b227] | 25 | install: $(STAGING_DIR)/bin/mkfs.jffs2
|
|---|
| 26 | clean:
|
|---|
| [6a3a83a] | 27 | rm -rf $(WRKBUILD)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.