diff options
| author | Mike Baker <mbm@openwrt.org> | 2005-03-03 02:44:10 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2005-03-03 02:44:10 +0000 |
| commit | 1ef215245e59a81aae397c070f95b1a35488030d (patch) | |
| tree | ca25eb84f47cb93a9de4df4731c93d324c078694 /openwrt/Makefile | |
| parent | 87c8266371536e2c4bada4beedcb13e004f89aed (diff) | |
| download | mtk-20170518-1ef215245e59a81aae397c070f95b1a35488030d.zip mtk-20170518-1ef215245e59a81aae397c070f95b1a35488030d.tar.gz mtk-20170518-1ef215245e59a81aae397c070f95b1a35488030d.tar.bz2 | |
target/jffs2/blocksize.mk for setting block size (req. for wrt54g) squashfs removed in favor of squashfs-lzma
SVN-Revision: 301
Diffstat (limited to 'openwrt/Makefile')
| -rw-r--r-- | openwrt/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index e490078..bc69f2a 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -170,25 +170,21 @@ menuconfig: $(CONFIG)/mconf -touch .config -cp .config .config.test @$(CONFIG)/mconf $(CONFIG_CONFIG_IN) - -./scripts/configtest.pl config: $(CONFIG)/conf -touch .config -cp .config .config.test @$(CONFIG)/conf $(CONFIG_CONFIG_IN) - -./scripts/configtest.pl oldconfig: $(CONFIG)/conf -touch .config -cp .config .config.test @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN) - -./scripts/configtest.pl randconfig: $(CONFIG)/conf -touch .config -cp .config .config.test @$(CONFIG)/conf -r $(CONFIG_CONFIG_IN) - -./scripts/configtest.pl allyesconfig: $(CONFIG)/conf #@$(CONFIG)/conf -y $(CONFIG_CONFIG_IN) @@ -196,19 +192,16 @@ allyesconfig: $(CONFIG)/conf -touch .config -cp .config .config.test @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN) - -./scripts/configtest.pl allnoconfig: $(CONFIG)/conf -touch .config -cp .config .config.test @$(CONFIG)/conf -n $(CONFIG_CONFIG_IN) - -./scripts/configtest.pl defconfig: $(CONFIG)/conf -touch .config -cp .config .config.test @$(CONFIG)/conf -d $(CONFIG_CONFIG_IN) - -./scripts/configtest.pl ############################################################# # |
