summaryrefslogtreecommitdiff
path: root/openwrt
Commit message (Collapse)AuthorAgeFilesLines
* fix a dependency bug introduced by [2333]Nicolas Thill2005-11-061-3/+1
| | | | SVN-Revision: 2344
* update ipkg patch to v1.99.154, add a patch to suppress warnings from ↵Nicolas Thill2005-11-062-275/+726
| | | | | | libipkg compilation SVN-Revision: 2343
* fix iproute2 (ip & tc) build broken by [2333]Nicolas Thill2005-11-061-13/+13
| | | | SVN-Revision: 2342
* re-enable alsa and openswan on brcm-2.6 (disabled by [2321]) to be able to ↵Nicolas Thill2005-11-061-4/+0
| | | | | | reproduce #7 and #8 SVN-Revision: 2341
* fix lua build broken by [2333]Nicolas Thill2005-11-051-7/+4
| | | | SVN-Revision: 2340
* fix cups rebuild broken by [2336]Nicolas Thill2005-11-051-0/+1
| | | | SVN-Revision: 2339
* update lighttpd to new upstream release (v1.4.7)Nicolas Thill2005-11-051-2/+2
| | | | SVN-Revision: 2337
* backport symlink fix from whiterussian [2328]Nicolas Thill2005-11-051-0/+2
| | | | SVN-Revision: 2336
* backport asterisk dependencies fix from whiterussian [2331]Nicolas Thill2005-11-051-0/+1
| | | | SVN-Revision: 2335
* use target optimization cflagsNicolas Thill2005-11-051-0/+1
| | | | SVN-Revision: 2334
* reorganize/rationalize/format package menuconfig, make updatedd modularNicolas Thill2005-11-05222-1279/+1636
| | | | SVN-Revision: 2333
* fix shlib dependencies on libstdc++Nicolas Thill2005-11-041-2/+2
| | | | SVN-Revision: 2330
* disable support for things we don't have (yet) explicitly (fix #3)Nicolas Thill2005-11-041-0/+4
| | | | SVN-Revision: 2329
* add a dependency to kmod-openswan (fix #2)Nicolas Thill2005-11-041-1/+1
| | | | SVN-Revision: 2326
* fix another typo introduced by [2317]Nicolas Thill2005-11-041-1/+1
| | | | SVN-Revision: 2325
* sync the x86-2.6 config with the brcm-2.6 oneNicolas Thill2005-11-031-21/+7
| | | | SVN-Revision: 2324
* sync the brcm-2.6 config with the 2.4 oneNicolas Thill2005-11-031-43/+161
| | | | SVN-Revision: 2323
* fix module path in kmod-pwc templateNicolas Thill2005-11-031-1/+1
| | | | SVN-Revision: 2322
* disable alsa and openswan on brcm-2.6Nicolas Thill2005-11-033-0/+6
| | | | SVN-Revision: 2321
* add 2.6 support for x86Nicolas Thill2005-11-038-0/+2208
| | | | SVN-Revision: 2320
* fix typos introduced by [2317]Nicolas Thill2005-11-021-2/+2
| | | | SVN-Revision: 2319
* rework the 2.6 Makefile to match the 2.4 one, add missing KMOD_template callsNicolas Thill2005-11-021-41/+167
| | | | SVN-Revision: 2318
* add drivers-clean target when missing, use in-package module loading instead ↵Nicolas Thill2005-11-026-9/+12
| | | | | | of .modules file SVN-Revision: 2317
* add missing kmod-nls-iso8859-15 ipkg/control fileNicolas Thill2005-11-021-0/+6
| | | | SVN-Revision: 2316
* rework the kernel menuconfig, always use prompt to display config text ↵Nicolas Thill2005-11-0210-186/+211
| | | | | | instead of bool/tristate SVN-Revision: 2315
* sort modulesNicolas Thill2005-11-022-5/+5
| | | | SVN-Revision: 2314
* backport base-files fix from whiterussian [2308], sanitize variable namesNicolas Thill2005-11-021-21/+21
| | | | SVN-Revision: 2313
* use the cross-compiler to build additional packagesNicolas Thill2005-11-027-2/+11
| | | | SVN-Revision: 2312
* fix 2.6 modules pattern using a common LINUX_KMOD_SUFFIX variable, fix alsa ↵Nicolas Thill2005-11-018-21/+21
| | | | | | 2.6 build when arch != mipsel SVN-Revision: 2311
* add kmod-net-e100 and kmod-pcmcia packages, fix typoNicolas Thill2005-11-014-1/+34
| | | | SVN-Revision: 2310
* fix typos, sort template callsNicolas Thill2005-11-011-6/+6
| | | | SVN-Revision: 2309
* update to new upstream release (v0.99.154), add some mirrors, standardize ↵Nicolas Thill2005-10-311-24/+26
| | | | | | Makefile SVN-Revision: 2307
* only build and install utils here, standardize MakefileNicolas Thill2005-10-311-10/+9
| | | | SVN-Revision: 2306
* add more missing svn:keywords and Id tagNicolas Thill2005-10-313-0/+6
| | | | SVN-Revision: 2305
* add svn:keywords and Id tagNicolas Thill2005-10-311-0/+2
| | | | SVN-Revision: 2304
* backport asterisk changes from whiterussian [2300]Nicolas Thill2005-10-259-27/+207
| | | | SVN-Revision: 2303
* backport from whiterussian [1371]Nicolas Thill2005-10-251-3/+5
| | | | SVN-Revision: 2301
* fix typo in gcc configFelix Fietkau2005-10-241-1/+1
| | | | SVN-Revision: 2299
* continue massive kernel menuconfig reorganizationNicolas Thill2005-10-242-100/+148
| | | | SVN-Revision: 2298
* continue massive kernel menuconfig reorganizationNicolas Thill2005-10-2430-402/+463
| | | | SVN-Revision: 2297
* remove another unnecessary messageFelix Fietkau2005-10-241-1/+0
| | | | SVN-Revision: 2296
* remove some unnecessary messagesFelix Fietkau2005-10-242-3/+0
| | | | SVN-Revision: 2295
* add support for more network devices, start menuconfig reorg.Nicolas Thill2005-10-2314-44/+268
| | | | SVN-Revision: 2294
* fix package rebuildingFelix Fietkau2005-10-231-2/+2
| | | | SVN-Revision: 2293
* fix 2.4 config for pf-ringFelix Fietkau2005-10-231-17/+22
| | | | SVN-Revision: 2292
* add -funit-at-a-time in trunk/ as wellFelix Fietkau2005-10-234-3/+39
| | | | SVN-Revision: 2291
* cosmetic fix for V= stuffFelix Fietkau2005-10-231-7/+7
| | | | SVN-Revision: 2290
* update linux 2.6 config for pf-ringFelix Fietkau2005-10-231-1/+2
| | | | SVN-Revision: 2289
* rename madwifi patch to madwifi-ngNicolas Thill2005-10-231-0/+0
| | | | SVN-Revision: 2287
* set base-files version number back to 4Felix Fietkau2005-10-231-1/+1
| | | | SVN-Revision: 2286