summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Add an 'Image Configuration' menu to menuconfignbd2007-03-162-7/+14
| | | | | | | | | 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* split package.mk and clean up build system code (based on patch by mbm), ↵nbd2007-03-154-312/+291
| | | | | | makes the code more readable and speeds up metadata scan git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix metadata scan for profile splitnbd2007-03-041-1/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6515 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke mdev and replace it with hotplug2 :)nbd2007-03-041-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a crlf workaround similar to the one from freewrtnbd2007-03-041-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* final fix for the profile selectionnbd2007-03-021-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6474 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set the PROFILE variable in target.mk appropriatelynbd2007-03-021-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert bogus target.mk change from [6465]nbd2007-03-021-15/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6469 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix an error in the kernel image related commitnbd2007-03-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6467 3c298f89-4303-0410-b956-a3cf2f4a3e73
* commit profile support for base-files... patches still need to be donepavlov2007-03-021-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel build cleanupnbd2007-03-022-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add EXTRA_CFLAGS variable supportnbd2007-03-021-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6459 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make squashfs overlay support more generic and integrate it for x86-2.6nbd2007-03-021-2/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6450 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kexec-tools buildnbd2007-02-281-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6428 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add ipt_CLASSIFY target for 2.4 kernels (#1338)florian2007-02-281-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6424 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Massive speedup in the package/target scanning stepnbd2007-02-271-0/+43
| | | | | | | | | - per package metadata 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add x86_64 sitefilenbd2007-02-261-0/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6382 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove old variablesnbd2007-02-261-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6379 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move CXXFLAGS to MAKE_VARSnbd2007-02-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add MAKE_VARS and MAKE_FLAGS similar to CONFIGURE_*nbd2007-02-261-6/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename PKG_CONFIGURE_PATH to CONFIGURE_PATH for consistencynbd2007-02-251-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move configure args to CONFIGURE_ARGS and configure variable to ↵nbd2007-02-251-13/+19
| | | | | | CONFIGURE_VARS to make it possible to modify the configure command line without overriding the default template git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix for including host.mk multiple timesnbd2007-02-251-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix stampfiles for host-buildsnbd2007-02-251-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add auto-rebuild for host builds (tested with tools/ and toolchain/)nbd2007-02-251-10/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6361 3c298f89-4303-0410-b956-a3cf2f4a3e73
* always dereference symbolic links when copying kernel modules into the ↵nbd2007-02-231-1/+1
| | | | | | packaging directory (fixes alsa build, patch from #1392) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP timenbd2007-02-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make maxinodes configureable for ext2pavlov2007-02-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a small bug in the order of the profile metadata dumpnbd2007-02-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* last commit was missing a change...nbd2007-02-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Reorganize kernel configs - target/linux/*/config is now a directory.nbd2007-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make kernel_menuconfig work without target toolchainnbd2007-02-161-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add top-level kernel_menuconfig target to unpack and reconfigure the kernel ↵nbd2007-02-161-0/+7
| | | | | | - uses config.pl to generate target/linux/*/config and config-diff git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6310 3c298f89-4303-0410-b956-a3cf2f4a3e73
* when building a package, make sure that older versions get removednbd2007-02-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6303 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix multiport netfilter module installation (patch from #1280)nbd2007-02-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Minor kernel build changes:nbd2007-02-041-2/+3
| | | | | | | | Change '[ -d ... ] && cmd' to 'if [ -d ... ]; 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6263 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disambiguate PKG_CONFIG_PATH, it is used for pkgconfig scripts while ↵nico2007-02-011-2/+2
| | | | | | PKG_CONFIGURE_PATH is now used for configure scripts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6244 3c298f89-4303-0410-b956-a3cf2f4a3e73
* print package name when prereq failsmbm2007-01-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6236 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix colors when compiling with some newer versions of bashmbm2007-01-301-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6231 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add chaostable from #1187, also enable netfilter modules for ixp4xx.florian2007-01-221-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDSnico2007-01-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6180 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a typo in my netfilter commit - worked for iptables, didn't work for the ↵nbd2007-01-221-2/+2
| | | | | | kernel modules git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6176 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing config checks for the netfilter connmark target (fixes #1186)nbd2007-01-221-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6172 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pass the CFLAGS through the environment on compile and fix a few packagesnbd2007-01-211-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6154 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make spca5xx depend on video device support in the kernelnbd2007-01-211-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6153 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow newlines in prereq error messagesnbd2007-01-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add WL-700gE support (based on work by jr)nbd2007-01-201-1/+1
| | | | | | | Includes kernel/diag patch and a new target profile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add descriptions to the broadcom target profiles and export them to the ↵nbd2007-01-201-1/+6
| | | | | | target metadata (not presented in menuconfig yet) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up package rebuild messagesnbd2007-01-201-7/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6134 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bring in 2.6.19.2 fixes, primarily for the fixed sata support. see ↵pavlov2007-01-181-2/+2
| | | | | | http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.19.2 for full details of the changes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6128 3c298f89-4303-0410-b956-a3cf2f4a3e73