mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
target/jffs2/blocksize.mk for setting block size (req. for wrt54g)
squashfs removed in favor of squashfs-lzma git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@301 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
7
Makefile
7
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
|
||||
|
||||
#############################################################
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user