summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add some cache functions from broadcom code. add first stuff for remote ↵Waldemar Brodkorb2005-03-143-1/+1
| | | | | | kernel debugging SVN-Revision: 367
* start-stop for dropbearWaldemar Brodkorb2005-03-141-1/+1
| | | | SVN-Revision: 366
* unneeded cleansWaldemar Brodkorb2005-03-141-3/+0
| | | | SVN-Revision: 365
* s/wait/askfirst/ , this let all zombies die ;). found after longer ↵Waldemar Brodkorb2005-03-141-1/+1
| | | | | | brainstorming with nbd SVN-Revision: 364
* remove stuff, update to realityWaldemar Brodkorb2005-03-121-15/+4
| | | | SVN-Revision: 363
* add some help messagesWaldemar Brodkorb2005-03-111-8/+20
| | | | SVN-Revision: 362
* Don't embed dropbear by default (startup script is broken)Nicolas Thill2005-03-091-1/+1
| | | | SVN-Revision: 361
* Add kmod-nfs packageNicolas Thill2005-03-093-0/+20
| | | | SVN-Revision: 360
* Fix nbd's nasty /var hack.Mike Baker2005-03-091-2/+0
| | | | SVN-Revision: 359
* add monitor mode ioctlsFelix Fietkau2005-03-081-0/+2
| | | | SVN-Revision: 358
* fix permission error on /usr/sbin/nvramMike Baker2005-03-081-1/+1
| | | | SVN-Revision: 357
* Change TARGET_ARCH to ARCH in a number of nico's packagesMike Baker2005-03-084-4/+4
| | | | SVN-Revision: 356
* fix version parsing bug in "ipkg upgrade"Mike Baker2005-03-081-2/+2
| | | | SVN-Revision: 355
* remove dependancy on busybox.configMike Baker2005-03-081-2/+1
| | | | SVN-Revision: 354
* change busybox options, remove old unused configMike Baker2005-03-083-473/+6
| | | | SVN-Revision: 353
* support /etc/modulesMike Baker2005-03-082-2/+3
| | | | SVN-Revision: 352
* add hexdump -C, preserve mbm's sanity.Mike Baker2005-03-081-0/+32
| | | | SVN-Revision: 351
* Add ncurses packageNicolas Thill2005-03-085-0/+272
| | | | SVN-Revision: 350
* Add pcre packageNicolas Thill2005-03-085-0/+225
| | | | SVN-Revision: 349
* Update popt release (fix ipkg/rules clean)Nicolas Thill2005-03-082-36/+52
| | | | SVN-Revision: 348
* Add haserl packageNicolas Thill2005-03-085-0/+187
| | | | SVN-Revision: 347
* Remove ip6t_* kernel modules from iptables-extra packageNicolas Thill2005-03-081-2/+0
| | | | SVN-Revision: 346
* Add SNAT and DNAT targetsNicolas Thill2005-03-081-0/+1
| | | | SVN-Revision: 345
* add libshared/libnvram and required includes under version controlFelix Fietkau2005-03-0726-138/+5002
| | | | SVN-Revision: 344
* add missing binutils patchesFelix Fietkau2005-03-072-0/+44
| | | | SVN-Revision: 343
* add tcpdump build depend on libpcapFelix Fietkau2005-03-072-0/+2
| | | | SVN-Revision: 342
* add menuconfig fix from uclibc buildrootFelix Fietkau2005-03-071-0/+6
| | | | SVN-Revision: 341
* add tcpdumpFelix Fietkau2005-03-075-0/+85
| | | | SVN-Revision: 340
* fix package_indexFelix Fietkau2005-03-071-1/+3
| | | | SVN-Revision: 339
* add libpcapFelix Fietkau2005-03-074-0/+79
| | | | SVN-Revision: 338
* create a package index after buildFelix Fietkau2005-03-071-7/+4
| | | | SVN-Revision: 337
* add straceFelix Fietkau2005-03-075-0/+88
| | | | SVN-Revision: 336
* add libelfFelix Fietkau2005-03-075-0/+85
| | | | SVN-Revision: 335
* ignore bin/Felix Fietkau2005-03-071-0/+1
| | | | SVN-Revision: 334
* strip openvpnFelix Fietkau2005-03-071-0/+1
| | | | SVN-Revision: 333
* add microperlFelix Fietkau2005-03-075-0/+59
| | | | SVN-Revision: 332
* binutils & gcc patches from uclibc buildrootFelix Fietkau2005-03-0717-144/+1153
| | | | SVN-Revision: 331
* removed old makefilesFelix Fietkau2005-03-072-175/+0
| | | | SVN-Revision: 330
* fix openssl buildFelix Fietkau2005-03-071-2/+2
| | | | SVN-Revision: 329
* Enable passwd by defaultNicolas Thill2005-03-071-1/+1
| | | | SVN-Revision: 328
* Fix typoNicolas Thill2005-03-071-1/+1
| | | | SVN-Revision: 327
* Enable loading of modules containing EXPORT_SYMBOL_GPL symbols (eg. crypto)Nicolas Thill2005-03-071-0/+1
| | | | SVN-Revision: 326
* removed old dnsmasq filesFelix Fietkau2005-03-073-127/+0
| | | | SVN-Revision: 325
* enable hotplug fix openssl package enable motorola binariesMike Baker2005-03-073-4/+91
| | | | SVN-Revision: 324
* some more kernel patch shrinkingWaldemar Brodkorb2005-03-062-0/+0
| | | | SVN-Revision: 323
* remove some more unneeded patchesWaldemar Brodkorb2005-03-064-0/+0
| | | | SVN-Revision: 322
* use r4k cache code, which does not solve our zombie problem, but minor ↵Waldemar Brodkorb2005-03-064-0/+0
| | | | | | patches needed. broadcom has copied c-mips32.c into c-bcm4710.c and removed code for scache handling. they added some functions I need to add again later. c-mips32.c is obsolete in 2.4.29 and is mostly included in c-r4k.c, which we use now SVN-Revision: 321
* add openvpn dependency on opensslFelix Fietkau2005-03-061-0/+1
| | | | SVN-Revision: 320
* Remove packages when cleaningNicolas Thill2005-03-068-3/+8
| | | | SVN-Revision: 319
* Add missing iptables extensionsNicolas Thill2005-03-061-2/+4
| | | | SVN-Revision: 318