summaryrefslogtreecommitdiff
path: root/openwrt/target
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* 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 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-232-0/+36
| | | | 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 soekris port to x86Nicolas Thill2005-10-2316-13/+13
| | | | SVN-Revision: 2285
* fix hostap build when target arch != mipselNicolas Thill2005-10-231-1/+2
| | | | SVN-Revision: 2283
* add hostap kernel driverNicolas Thill2005-10-237-2/+129
| | | | SVN-Revision: 2278
* remove spurious spacesNicolas Thill2005-10-231-8/+8
| | | | SVN-Revision: 2277
* replace madwifi with madwifi-ngImre Kaloz2005-10-233-8/+20
| | | | SVN-Revision: 2272
* add pf_ring patches for kernel and libpcapFelix Fietkau2005-10-222-0/+11743
| | | | SVN-Revision: 2266
* compile fixFelix Fietkau2005-10-221-1/+1
| | | | SVN-Revision: 2262
* rename target/linux/package/openwrt to base-filesFelix Fietkau2005-10-2226-2/+2
| | | | SVN-Revision: 2261
* add jffs2root from whiterussian/Felix Fietkau2005-10-222-63/+73
| | | | SVN-Revision: 2255
* add missing piece from whiterussian image building makefile to trunk/Felix Fietkau2005-10-221-2/+7
| | | | SVN-Revision: 2250
* another batch of V= stuffFelix Fietkau2005-10-225-17/+8
| | | | SVN-Revision: 2244
* compile fix for diagFelix Fietkau2005-10-221-1/+1
| | | | SVN-Revision: 2243
* make log output a bit nicerFelix Fietkau2005-10-226-15/+23
| | | | SVN-Revision: 2241
* fix kernel package install bugFelix Fietkau2005-10-222-2/+2
| | | | SVN-Revision: 2240
* fix unnecessary recompiling of packagesFelix Fietkau2005-10-222-10/+10
| | | | SVN-Revision: 2239
* another small dependency fixFelix Fietkau2005-10-221-1/+1
| | | | SVN-Revision: 2236
* more V= fixesFelix Fietkau2005-10-223-4/+4
| | | | SVN-Revision: 2234
* add some more verbosity stuffFelix Fietkau2005-10-2211-69/+103
| | | | SVN-Revision: 2222
* large build system cleanup. added some stuff to control the verbosity level, ↵Felix Fietkau2005-10-2210-54/+41
| | | | | | but not complete, yet. SVN-Revision: 2221
* sync broadcom image build with whiterussianFelix Fietkau2005-10-211-2/+14
| | | | SVN-Revision: 2216
* fix broken mac handling in ar7 network overridesFelix Fietkau2005-10-211-2/+2
| | | | SVN-Revision: 2206
* add AX25 support (thanks to Michael Conrad)Nicolas Thill2005-10-205-3/+64
| | | | SVN-Revision: 2189
* update fuse to new upstream release (v2.4.1) (thanks to Christian Magnusson)Nicolas Thill2005-10-202-51/+31
| | | | SVN-Revision: 2186
* add pl2303 bugfixes (thanks to komodo)Nicolas Thill2005-10-191-0/+146
| | | | SVN-Revision: 2178
* finally fix ar7 image builderFelix Fietkau2005-10-181-2/+3
| | | | SVN-Revision: 2172
* update base-files-arch package name in image builder listsFelix Fietkau2005-10-189-9/+9
| | | | SVN-Revision: 2171
* some more stuff that i missed beforeFelix Fietkau2005-10-183-6/+0
| | | | SVN-Revision: 2170
* provide a default network config for soekrisNicolas Thill2005-10-181-7/+9
| | | | SVN-Revision: 2168
* some fixes for the other package listsFelix Fietkau2005-10-185-2/+5
| | | | SVN-Revision: 2167
* fix imagebuilder package lists for ar7Felix Fietkau2005-10-182-6/+10
| | | | SVN-Revision: 2164