index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
change case of conflicting option
Nicolas Thill
2007-09-03
1
-1
/
+1
*
add an abs2rel.pl helper script (returns a path relative to another)
Nicolas Thill
2007-09-01
1
-0
/
+17
*
clean up recursive dependency handling, use timestamp.pl again, because it sa...
Felix Fietkau
2007-08-30
1
-2
/
+2
*
avoid rdep in the top level make process (subdir.mk) - it leaks too much memo...
Felix Fietkau
2007-08-29
1
-1
/
+6
*
add a '@KERNEL' download facility, tweak script
Nicolas Thill
2007-08-26
1
-9
/
+17
*
slugimage: Added support for 16MiB flash chips
Rod Whitby
2007-08-10
1
-3
/
+16
*
fix a dependency bug
Felix Fietkau
2007-07-31
1
-1
/
+1
*
next round of build system cleanup - convert package/ to new structure
Felix Fietkau
2007-07-30
1
-3
/
+3
*
bring in pylibdir.py helper
Tim Yardley
2007-07-30
1
-0
/
+5
*
fix a prereq bug
Felix Fietkau
2007-07-26
1
-1
/
+1
*
add source feed rev to menuconfig, set 8180 as default rev for kamikaze 7.07
Felix Fietkau
2007-07-26
1
-3
/
+3
*
more dependency fixes
Felix Fietkau
2007-07-23
1
-2
/
+0
*
Add a USES_TGZ config.in variable, so that RB1xx profiles can use it
Florian Fainelli
2007-07-18
1
-0
/
+1
*
allow kconfig symbols to be shared between packages
Felix Fietkau
2007-07-18
1
-3
/
+14
*
dynamically enable/disable kernel config options for kmod packages based on b...
Felix Fietkau
2007-07-18
2
-3
/
+48
*
keep some structure when running package/symlinks - now that the build system...
Felix Fietkau
2007-07-16
1
-1
/
+1
*
properly support dependencies on packages that just use Build/DefaultTargets
Felix Fietkau
2007-07-15
1
-4
/
+4
*
fixes for recursive package scanning
Felix Fietkau
2007-07-15
1
-5
/
+9
*
arm-magic.sh: Added support for fsg3
Rod Whitby
2007-07-11
1
-1
/
+1
*
color change to make menuconfig easier to read (patch from #1730)
Felix Fietkau
2007-07-11
1
-5
/
+5
*
fix PACKAGES:= for target profiles in target.mk
Felix Fietkau
2007-07-10
1
-7
/
+19
*
Added support for the D-Link DSM-G600 RevA, and fixed the clock frequency for...
Rod Whitby
2007-06-29
1
-1
/
+1
*
remove a useless warning
Felix Fietkau
2007-06-12
1
-3
/
+0
*
Put config.sub executable (#1854)
Florian Fainelli
2007-06-11
1
-0
/
+0
*
use newer config.guess and config.sub for packages then the shipped ones
Imre Kaloz
2007-06-08
2
-275
/
+1952
*
Add gitignore files
Felix Fietkau
2007-05-29
1
-0
/
+5
*
fixup avila networking, add support for the loft
Imre Kaloz
2007-05-10
1
-1
/
+1
*
preliminary board support for the Linksys WRT300N v2 (incomplete)
Imre Kaloz
2007-05-10
1
-1
/
+1
*
Make UCI preconfiguration optional and disabled by default
Felix Fietkau
2007-05-05
1
-6
/
+6
*
add support for the Compex WP18 and NP18A
Imre Kaloz
2007-04-17
1
-1
/
+1
*
revert find | xargs => find | exec changes - this is completely unnecessary a...
Felix Fietkau
2007-04-12
1
-1
/
+1
*
add a menuconfig option for specifying a local download mirror
Felix Fietkau
2007-04-06
1
-6
/
+17
*
move gen_busybox_menuconfig.pl to package/busybox
Felix Fietkau
2007-04-04
1
-78
/
+0
*
replace gen_busybox_config.pl with a simple sed command
Felix Fietkau
2007-04-04
1
-29
/
+0
*
Using find's -exec to remove directories causes 'not found' errors when find ...
Mike Baker
2007-04-03
1
-1
/
+1
*
Use find -exec instead of xargs
Florian Fainelli
2007-04-02
1
-1
/
+1
*
enable zImage generation for the new boards
Imre Kaloz
2007-04-02
1
-1
/
+1
*
fix menuconfig 'deselect' statement
Felix Fietkau
2007-03-29
1
-4
/
+7
*
some cleanups in the metadata.pl script; allow target profiles to add overrid...
Felix Fietkau
2007-03-23
1
-42
/
+20
*
add 'deselect' property for menuconfig
Felix Fietkau
2007-03-23
9
-442
/
+483
*
Add an 'Image Configuration' menu to menuconfig Packages can export a list of...
Felix Fietkau
2007-03-16
2
-103
/
+119
*
disable the automatic config reset if 'Advanced configuration options' is sel...
Felix Fietkau
2007-03-04
5
-105
/
+109
*
force a config reset when the user changes the target platform in menuconfig
Felix Fietkau
2007-03-04
7
-290
/
+318
*
fix a small bug in the config merge/split (fixes buildbot error on ixp4xx)
Felix Fietkau
2007-02-28
1
-2
/
+2
*
ignore profiles with custom kernel configs in the image builder itself
Felix Fietkau
2007-02-22
1
-3
/
+4
*
disable the image builder in menuconfig for profiles with custom kernel configs
Felix Fietkau
2007-02-22
1
-0
/
+2
*
rename the Profile template that the image builder uses to prevent name confl...
Felix Fietkau
2007-02-22
1
-1
/
+1
*
Menuconfig will not treat 'select FOO' as a real dependency thus if BAR depen...
Felix Fietkau
2007-02-12
1
-14
/
+34
*
more fixes for rstrip.sh and kernel modules - fixes #1301
Felix Fietkau
2007-02-09
1
-2
/
+21
*
move "make symlinks" to "make package/symlinks"
Mike Baker
2007-01-31
1
-4
/
+4
[prev]
[next]