summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* final fix for the profile selectionFelix Fietkau2007-03-021-3/+5
| | | | SVN-Revision: 6474
* set the PROFILE variable in target.mk appropriatelyFelix Fietkau2007-03-021-0/+6
| | | | SVN-Revision: 6470
* revert bogus target.mk change from [6465]Felix Fietkau2007-03-021-15/+0
| | | | SVN-Revision: 6469
* fix an error in the kernel image related commitFelix Fietkau2007-03-021-1/+1
| | | | SVN-Revision: 6467
* commit profile support for base-files... patches still need to be doneTim Yardley2007-03-021-0/+15
| | | | SVN-Revision: 6465
* kernel build cleanupFelix Fietkau2007-03-022-2/+5
| | | | SVN-Revision: 6464
* add EXTRA_CFLAGS variable supportFelix Fietkau2007-03-021-5/+5
| | | | SVN-Revision: 6459
* make squashfs overlay support more generic and integrate it for x86-2.6Felix Fietkau2007-03-021-2/+16
| | | | SVN-Revision: 6450
* fix kexec-tools buildFelix Fietkau2007-02-281-2/+4
| | | | SVN-Revision: 6428
* Add ipt_CLASSIFY target for 2.4 kernels (#1338)Florian Fainelli2007-02-281-0/+2
| | | | SVN-Revision: 6424
* Massive speedup in the package/target scanning step - per package metadata ↵Felix Fietkau2007-02-271-0/+43
| | | | | | files are now cached. - timestamp.pl calls have been replaced with make file dependencies - an extra stamp file ensures that directory listing changes force a rebuild SVN-Revision: 6404
* add x86_64 sitefileFelix Fietkau2007-02-261-0/+31
| | | | SVN-Revision: 6382
* remove old variablesFelix Fietkau2007-02-261-2/+2
| | | | SVN-Revision: 6379
* move CXXFLAGS to MAKE_VARSFelix Fietkau2007-02-261-1/+1
| | | | SVN-Revision: 6378
* add MAKE_VARS and MAKE_FLAGS similar to CONFIGURE_*Felix Fietkau2007-02-261-6/+12
| | | | SVN-Revision: 6377
* rename PKG_CONFIGURE_PATH to CONFIGURE_PATH for consistencyFelix Fietkau2007-02-251-2/+3
| | | | SVN-Revision: 6376
* move configure args to CONFIGURE_ARGS and configure variable to ↵Felix Fietkau2007-02-251-13/+19
| | | | | | CONFIGURE_VARS to make it possible to modify the configure command line without overriding the default template SVN-Revision: 6370
* fix for including host.mk multiple timesFelix Fietkau2007-02-251-0/+3
| | | | SVN-Revision: 6369
* fix stampfiles for host-buildsFelix Fietkau2007-02-251-0/+1
| | | | SVN-Revision: 6367
* add auto-rebuild for host builds (tested with tools/ and toolchain/)Felix Fietkau2007-02-251-10/+12
| | | | SVN-Revision: 6361
* always dereference symbolic links when copying kernel modules into the ↵Felix Fietkau2007-02-231-1/+1
| | | | | | packaging directory (fixes alsa build, patch from #1392) SVN-Revision: 6350
* fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP timeFelix Fietkau2007-02-231-1/+1
| | | | SVN-Revision: 6346
* make maxinodes configureable for ext2Tim Yardley2007-02-221-1/+1
| | | | SVN-Revision: 6345
* fix a small bug in the order of the profile metadata dumpFelix Fietkau2007-02-221-1/+1
| | | | SVN-Revision: 6340
* last commit was missing a change...Felix Fietkau2007-02-221-1/+1
| | | | SVN-Revision: 6339
* Reorganize kernel configs - target/linux/*/config is now a directory. ↵Felix Fietkau2007-02-221-12/+22
| | | | | | ./config/default will replace the old config and config-diff (format is like config-diff, the full kernel config is no longer kept in the build system) This commit removes all the kernel config stuff, the next one will add the replacement - there's no way to do this atomically with svn. SVN-Revision: 6337
* make kernel_menuconfig work without target toolchainFelix Fietkau2007-02-161-2/+3
| | | | SVN-Revision: 6312
* add top-level kernel_menuconfig target to unpack and reconfigure the kernel ↵Felix Fietkau2007-02-161-0/+7
| | | | | | - uses config.pl to generate target/linux/*/config and config-diff SVN-Revision: 6310
* when building a package, make sure that older versions get removedFelix Fietkau2007-02-161-0/+1
| | | | SVN-Revision: 6303
* fix multiport netfilter module installation (patch from #1280)Felix Fietkau2007-02-131-1/+1
| | | | SVN-Revision: 6295
* Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; ↵Felix Fietkau2007-02-041-2/+3
| | | | | | then cmd; fi' to avoid make errors if the condition is false If $(PLATFORM_DIR)/files exists, copy it into the kernel tree on prepare. SVN-Revision: 6263
* disambiguate PKG_CONFIG_PATH, it is used for pkgconfig scripts while ↵Nicolas Thill2007-02-011-2/+2
| | | | | | PKG_CONFIGURE_PATH is now used for configure scripts SVN-Revision: 6244
* print package name when prereq failsMike Baker2007-01-311-1/+1
| | | | SVN-Revision: 6236
* fix colors when compiling with some newer versions of bashMike Baker2007-01-301-2/+2
| | | | SVN-Revision: 6231
* Add chaostable from #1187, also enable netfilter modules for ixp4xx.Florian Fainelli2007-01-221-0/+3
| | | | SVN-Revision: 6182
* cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDSNicolas Thill2007-01-221-1/+1
| | | | SVN-Revision: 6180
* fix a typo in my netfilter commit - worked for iptables, didn't work for the ↵Felix Fietkau2007-01-221-2/+2
| | | | | | kernel modules SVN-Revision: 6176
* add missing config checks for the netfilter connmark target (fixes #1186)Felix Fietkau2007-01-221-0/+2
| | | | SVN-Revision: 6172
* pass the CFLAGS through the environment on compile and fix a few packagesFelix Fietkau2007-01-211-2/+4
| | | | SVN-Revision: 6154
* make spca5xx depend on video device support in the kernelFelix Fietkau2007-01-211-0/+3
| | | | SVN-Revision: 6153
* allow newlines in prereq error messagesFelix Fietkau2007-01-201-1/+1
| | | | SVN-Revision: 6147
* Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a ↵Felix Fietkau2007-01-201-1/+1
| | | | | | new target profile SVN-Revision: 6142
* add descriptions to the broadcom target profiles and export them to the ↵Felix Fietkau2007-01-201-1/+6
| | | | | | target metadata (not presented in menuconfig yet) SVN-Revision: 6137
* clean up package rebuild messagesFelix Fietkau2007-01-201-7/+2
| | | | SVN-Revision: 6134
* bring in 2.6.19.2 fixes, primarily for the fixed sata support. see ↵Tim Yardley2007-01-181-2/+2
| | | | | | http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.19.2 for full details of the changes SVN-Revision: 6128
* include section name in the package metadataFelix Fietkau2007-01-141-0/+1
| | | | SVN-Revision: 6094
* add maintainer to package metadataFelix Fietkau2007-01-131-0/+1
| | | | SVN-Revision: 6089
* merge the scripts dealing with package/target metadata to remove some ↵Felix Fietkau2007-01-131-1/+1
| | | | | | redundant code SVN-Revision: 6088
* Fix the annoying base-files autorebuild bug. When checking file mtimes in ↵Felix Fietkau2007-01-121-1/+1
| | | | | | directories, timestamp.pl was following symlinks. This broke on base-files, because there are symlinks to /tmp and to /proc/mounts in the build directory. SVN-Revision: 6084
* fix unpacking of .zip filesFelix Fietkau2007-01-111-1/+1
| | | | SVN-Revision: 6083