Gabor Juhos
|
5b3951bfbb
add feature flag for the cpio.gz support
|
18 years ago |
Felix Fietkau
|
6e03b9ce43
add config symbols for the kernel version
|
18 years ago |
Felix Fietkau
|
41815ee5c8
add feature flag for display support. will be used as dependency for x.org
|
18 years ago |
Felix Fietkau
|
aef9b313b1
remove the dummy profile that was created on targets that have subtargets
|
18 years ago |
Felix Fietkau
|
86a906bed2
reorganize subtargets, sort subtargets below top level targets
|
18 years ago |
Felix Fietkau
|
80b7ff39f9
fix duplicate dependencies
|
18 years ago |
Felix Fietkau
|
e2e8d55dcc
allow targets to select/deselect config symbols
|
18 years ago |
Felix Fietkau
|
97b6135462
add a packaging method that installs files into a subdirectory of bin/ instead of an ipkg
|
18 years ago |
Felix Fietkau
|
f8dfc57573
add initial version of a package feeds management script
|
18 years ago |
Eugene Konev
|
dd44ecc578
fix image preconfiguration
|
18 years ago |
Felix Fietkau
|
fb68d6c468
define extra config symbols for targets containing multiple subtargets
|
18 years ago |
Felix Fietkau
|
a9d683ca91
major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
|
18 years ago |
Felix Fietkau
|
56231056ea
strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
|
18 years ago |
Felix Fietkau
|
e01cb5c7f2
fix a dependency bug
|
18 years ago |
Felix Fietkau
|
49e628f765
next round of build system cleanup - convert package/ to new structure
|
18 years ago |
Felix Fietkau
|
1a12e151ee
fix a prereq bug
|
18 years ago |
Felix Fietkau
|
35d116c85b
more dependency fixes
|
18 years ago |
Florian Fainelli
|
19a52ea35d
Add a USES_TGZ config.in variable, so that RB1xx profiles can use it
|
18 years ago |
Felix Fietkau
|
b9fd180547
allow kconfig symbols to be shared between packages
|
18 years ago |
Felix Fietkau
|
8e42553971
dynamically enable/disable kernel config options for kmod packages based on build system config
|
18 years ago |
Felix Fietkau
|
de2aa28c4c
properly support dependencies on packages that just use Build/DefaultTargets
|
18 years ago |
Felix Fietkau
|
7b16475eb7
fixes for recursive package scanning
|
18 years ago |
Felix Fietkau
|
0ed9124016
fix PACKAGES:= for target profiles in target.mk
|
18 years ago |
Felix Fietkau
|
90237dd18c
Make UCI preconfiguration optional and disabled by default
|
18 years ago |
Felix Fietkau
|
b04ef81416
some cleanups in the metadata.pl script; allow target profiles to add overrides for menuconfig
|
19 years ago |
Felix Fietkau
|
2c62bddcfe
Add an 'Image Configuration' menu to menuconfig Packages can export a list of config options with labels and data types through the metadata. The selected config values will be exported to the target filesystem in /etc/uci-defaults and applied on the first boot.
|
19 years ago |
Felix Fietkau
|
d14f611eb1
disable the automatic config reset if 'Advanced configuration options' is selected
|
19 years ago |
Felix Fietkau
|
eea7bb328d
force a config reset when the user changes the target platform in menuconfig
|
19 years ago |
Felix Fietkau
|
804bfa954d
ignore profiles with custom kernel configs in the image builder itself
|
19 years ago |
Felix Fietkau
|
ccd12544f6
disable the image builder in menuconfig for profiles with custom kernel configs
|
19 years ago |