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
/
metadata.pl
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripts/metadata.pl: fix handling of multiple conditional depends on the same...
Felix Fietkau
2010-03-09
1
-2
/
+2
*
Add audio feature flag.
Lars-Peter Clausen
2010-02-15
1
-0
/
+1
*
preinit: fix #6596 Setting LAN IP Address in menuconfig is ignored
Hauke Mehrtens
2010-01-29
1
-1
/
+1
*
add preinit modularization work by Daniel Dickinson (cshore)
Felix Fietkau
2010-01-25
1
-2
/
+6
*
Add support for building ubifs images.
Lars-Peter Clausen
2010-01-11
1
-0
/
+1
*
metadata.pl: fix menuconfig code for package features
Felix Fietkau
2009-11-12
1
-2
/
+3
*
build system: introduce a new feature called build variants. it allows buildi...
Felix Fietkau
2009-11-10
1
-0
/
+3
*
metadata: process dependencies for targets that have subtargets as well - hid...
Felix Fietkau
2009-11-05
1
-16
/
+17
*
add experimental support for a new menuconfig submenu "Package features". all...
Felix Fietkau
2009-10-17
1
-0
/
+25
*
metadata.pl: fix a bug where dependency flags (@ and +) from a dependency wer...
Nicolas Thill
2009-10-03
1
-2
/
+2
*
add nommu target feature flag
Felix Fietkau
2009-08-21
1
-0
/
+1
*
powerpc: Create a powerpc64 config feature
Geoff Levand
2009-08-18
1
-0
/
+1
*
missing changes for pcie handling
Imre Kaloz
2009-06-02
1
-0
/
+1
*
use parent-dependencies for all dependencies of a package, not only those whi...
Mirko Vogt
2009-04-10
1
-3
/
+3
*
fix host dependencies for packages that depend on their own host build
Felix Fietkau
2009-03-20
1
-4
/
+5
*
Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target
Hamish Guthrie
2009-03-18
1
-0
/
+1
*
move host build in packages into a separate namespace: package/<name>/host/<t...
Felix Fietkau
2009-03-17
1
-11
/
+64
*
move cflags default setting to target makefiles
Felix Fietkau
2009-03-14
1
-0
/
+13
*
added source distribution to package dump, used by our SDK (include source di...
Ralph Hempel
2009-03-01
1
-1
/
+28
*
Reset condition for each dependeny when generating mconf files. Previously al...
Lars-Peter Clausen
2009-02-01
1
-3
/
+4
*
add support for build-only packages which do not appear in menuconfig
Felix Fietkau
2009-01-13
1
-0
/
+3
*
If a package is part of a virtual dependency and also listed as a normal depe...
Lars-Peter Clausen
2009-01-05
1
-5
/
+10
*
fix recursive dependencies that might be caused by using conditional dependen...
Felix Fietkau
2009-01-02
1
-5
/
+18
*
Fix indention.
Lars-Peter Clausen
2008-11-22
1
-1
/
+1
*
Add support for negative conditional dependencies. Also add the condition of ...
Lars-Peter Clausen
2008-11-22
1
-6
/
+10
*
don't print warnings for undefined DEFAULT_* symbols on menuconfig. generate ...
Felix Fietkau
2008-10-06
1
-2
/
+6
*
fix infinite recursion in metadata.pl
Felix Fietkau
2008-10-04
1
-1
/
+5
*
implement conditional dependencies for menuconfig and build deps
Felix Fietkau
2008-10-01
1
-2
/
+23
*
use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes ...
Felix Fietkau
2008-09-23
1
-1
/
+1
*
don't display the "Image configuration" menu entry when there's nothing to pr...
Nicolas Thill
2008-08-22
1
-1
/
+1
*
fix a small bug in the recursive dependency lookup for generated menuconfig f...
Felix Fietkau
2008-08-04
1
-3
/
+3
*
fix missing package compile/installation issue
Felix Fietkau
2008-06-11
1
-11
/
+12
*
fix some previously ignored build dependencies (for example, uci->lua)
Felix Fietkau
2008-06-11
1
-4
/
+14
*
consider virtual dependencies (generated by using PROVIDES:=) when generating...
Felix Fietkau
2008-06-10
1
-14
/
+32
*
add new target feature option for fpu
Imre Kaloz
2008-06-03
1
-0
/
+1
*
add a gpio feature for devices supporting the generic GPIO interface
Nicolas Thill
2008-04-20
1
-0
/
+1
*
add feature flag for the cpio.gz support
Gabor Juhos
2008-01-29
1
-0
/
+1
*
add config symbols for the kernel version
Felix Fietkau
2007-11-10
1
-0
/
+19
*
add feature flag for display support. will be used as dependency for x.org
Felix Fietkau
2007-10-25
1
-0
/
+1
*
remove the dummy profile that was created on targets that have subtargets
Felix Fietkau
2007-10-21
1
-0
/
+1
*
reorganize subtargets, sort subtargets below top level targets
Felix Fietkau
2007-10-20
1
-68
/
+108
*
fix duplicate dependencies
Felix Fietkau
2007-10-14
1
-1
/
+7
*
allow targets to select/deselect config symbols
Felix Fietkau
2007-10-05
1
-1
/
+18
*
add a packaging method that installs files into a subdirectory of bin/ instea...
Felix Fietkau
2007-09-29
1
-1
/
+1
*
add initial version of a package feeds management script
Felix Fietkau
2007-09-23
1
-99
/
+31
*
fix image preconfiguration
Eugene Konev
2007-09-21
1
-12
/
+16
*
define extra config symbols for targets containing multiple subtargets
Felix Fietkau
2007-09-09
1
-7
/
+26
*
major target cleanup. it is now possible to have subtargets that can override...
Felix Fietkau
2007-09-08
1
-45
/
+13
*
strip the kernel version suffix from target directories, except for brcm-2.4 ...
Felix Fietkau
2007-09-06
1
-68
/
+13
*
fix a dependency bug
Felix Fietkau
2007-07-31
1
-1
/
+1
[next]