Felix Fietkau
|
e2e8d55dcc
allow targets to select/deselect config symbols
|
před 18 roky |
Felix Fietkau
|
97b6135462
add a packaging method that installs files into a subdirectory of bin/ instead of an ipkg
|
před 18 roky |
Felix Fietkau
|
f8dfc57573
add initial version of a package feeds management script
|
před 18 roky |
Eugene Konev
|
dd44ecc578
fix image preconfiguration
|
před 18 roky |
Felix Fietkau
|
fb68d6c468
define extra config symbols for targets containing multiple subtargets
|
před 18 roky |
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
|
před 18 roky |
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.
|
před 18 roky |
Felix Fietkau
|
e01cb5c7f2
fix a dependency bug
|
před 18 roky |
Felix Fietkau
|
49e628f765
next round of build system cleanup - convert package/ to new structure
|
před 18 roky |
Felix Fietkau
|
1a12e151ee
fix a prereq bug
|
před 18 roky |
Felix Fietkau
|
35d116c85b
more dependency fixes
|
před 18 roky |
Florian Fainelli
|
19a52ea35d
Add a USES_TGZ config.in variable, so that RB1xx profiles can use it
|
před 18 roky |
Felix Fietkau
|
b9fd180547
allow kconfig symbols to be shared between packages
|
před 18 roky |
Felix Fietkau
|
8e42553971
dynamically enable/disable kernel config options for kmod packages based on build system config
|
před 18 roky |
Felix Fietkau
|
de2aa28c4c
properly support dependencies on packages that just use Build/DefaultTargets
|
před 18 roky |
Felix Fietkau
|
7b16475eb7
fixes for recursive package scanning
|
před 18 roky |
Felix Fietkau
|
0ed9124016
fix PACKAGES:= for target profiles in target.mk
|
před 18 roky |
Felix Fietkau
|
90237dd18c
Make UCI preconfiguration optional and disabled by default
|
před 18 roky |
Felix Fietkau
|
b04ef81416
some cleanups in the metadata.pl script; allow target profiles to add overrides for menuconfig
|
před 19 roky |
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.
|
před 19 roky |
Felix Fietkau
|
d14f611eb1
disable the automatic config reset if 'Advanced configuration options' is selected
|
před 19 roky |
Felix Fietkau
|
eea7bb328d
force a config reset when the user changes the target platform in menuconfig
|
před 19 roky |
Felix Fietkau
|
804bfa954d
ignore profiles with custom kernel configs in the image builder itself
|
před 19 roky |
Felix Fietkau
|
ccd12544f6
disable the image builder in menuconfig for profiles with custom kernel configs
|
před 19 roky |
Felix Fietkau
|
5281d134cd
rename the Profile template that the image builder uses to prevent name conflicts with the template that the kernel uses
|
před 19 roky |
Felix Fietkau
|
218aad6e2f
Menuconfig will not treat 'select FOO' as a real dependency thus if BAR depends on FOO and FOO depends on other config options, these dependencies will not be checked. To fix this, we simply emit all of FOO's depends (only real dependencies, no select) for BAR as well.
|
před 19 roky |
Felix Fietkau
|
69d76bb482
make spca5xx depend on video device support in the kernel
|
před 19 roky |
Felix Fietkau
|
2fb06d46d9
Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a new target profile
|
před 19 roky |
Felix Fietkau
|
84a0696c1e
add descriptions to the broadcom target profiles and export them to the target metadata (not presented in menuconfig yet)
|
před 19 roky |
Felix Fietkau
|
28b503b47f
include the default profile in target.mk as well - required for the image builder on certain targets
|
před 19 roky |