Imre Kaloz
|
671280830d
add special handling for the adm5120 target, which uses subtargets for different endianess -- later we should come up with something smarter
|
16 سال پیش |
Florian Fainelli
|
e5221c1405
revert 17050 this was not the right way to fix this
|
16 سال پیش |
Imre Kaloz
|
9711e6ad55
use board names instead of arch in packages
|
16 سال پیش |
Florian Fainelli
|
04fc02ba10
move the global ipv6 option to the very bottom of the options passed to configure scripts, so that we can still override it in package makefiles (#5592, #5586)
|
16 سال پیش |
Florian Fainelli
|
11e1304ca0
globally define IPv6 support or not in OpenWrt, just like for largefiles, ipv6 disabled by default (#4857)
|
16 سال پیش |
Florian Fainelli
|
d413a9639e
Fix configure script path when not at the root of $(PKG_BUILD_DIR), thanks Daniel Dickinson (#5255)
|
16 سال پیش |
Ralph Hempel
|
6f29703625
add dist and distcheck target (to create new source balls)
|
16 سال پیش |
Nicolas Thill
|
c73f8dfbe0
remove 2 old interfering variables, probably missed from [15299]
|
16 سال پیش |
Felix Fietkau
|
729e0fa4d1
move pkg config stuff to per-target exports to prevent interference with host builds
|
16 سال پیش |
Felix Fietkau
|
431c9267b4
replace a few unnecessary $(shell) calls
|
17 سال پیش |
Felix Fietkau
|
f0bc868861
initialize the url field for packages
|
17 سال پیش |
Felix Fietkau
|
bc6fcb0067
eliminate redundancy by creating the quilt_used stampfile in the right place
|
17 سال پیش |
Felix Fietkau
|
7502d4bd61
add support for build-only packages which do not appear in menuconfig
|
17 سال پیش |
Felix Fietkau
|
238304231d
make config.{guess,sub} writable before attempting to overwrite them (many packages have broken permissions in the tarball)
|
17 سال پیش |
Felix Fietkau
|
3b937f85e8
add default Build/Install template, which is activated by setting PKG_INSTALL=1
|
17 سال پیش |
Felix Fietkau
|
06e754b1f7
replace config.guess and config.sub properly, even if they are in a subdirectory
|
17 سال پیش |
Felix Fietkau
|
a2c17f1bc5
export PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR by default (#3376)
|
17 سال پیش |
Felix Fietkau
|
713087f64c
add a configurable prefix for ./configure
|
18 سال پیش |
Felix Fietkau
|
f0b363667b
add STAGING_DIR_HOST to PKG_CONFIG_PATH
|
18 سال پیش |
John Crispin
|
7558f0281f
DESCRIPTION:= is obselete, so complain if it is used and use TITLE if no description is set
|
18 سال پیش |
Felix Fietkau
|
d1933f9761
move a stampfile to make it easier to override the patch template
|
18 سال پیش |
Nicolas Thill
|
c0033f360c
fix typo (thanks to jonasg[1] on irc)
|
18 سال پیش |
Nicolas Thill
|
5b4bfbd6d4
move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove EXTRA_* flags but still use them in configure and make
|
18 سال پیش |
Felix Fietkau
|
8e42553971
dynamically enable/disable kernel config options for kmod packages based on build system config
|
18 سال پیش |
Imre Kaloz
|
6fb68cb589
use newer config.guess and config.sub for packages then the shipped ones
|
18 سال پیش |
Felix Fietkau
|
cc690d782c
Add quilt integration for packages
|
18 سال پیش |
Felix Fietkau
|
fe42382d1c
split CONFIGURE_PATH into CONFIGURE_PATH and CONFIGURE_CMD for better handling of subdirectories with configure
|
19 سال پیش |
Felix Fietkau
|
ac75c5015f
fix CONFIGURE_PATH and add MAKE_PATH
|
19 سال پیش |
Felix Fietkau
|
036a419fe1
use recursive variable expansion for CONFIGURE_*, MAKE_* variables in the package build so that TARGET_*FLAGS changes also apply
|
19 سال پیش |
Felix Fietkau
|
7b1a36cab4
split package.mk and clean up build system code (based on patch by mbm), makes the code more readable and speeds up metadata scan
|
19 سال پیش |