aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* upgrade wireless-tools and iproute2Imre Kaloz2005-05-276-626/+545
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix menuconfig on fedora x86_64Felix Fietkau2005-05-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1083 3c298f89-4303-0410-b956-a3cf2f4a3e73
* asus not netgearWaldemar Brodkorb2005-05-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1082 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove doubled lineWaldemar Brodkorb2005-05-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1081 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add iptables modules, need to be changed in a generic postinst methodWaldemar Brodkorb2005-05-271-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipcontrack is a moduleWaldemar Brodkorb2005-05-271-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1079 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pci initialization and add oleg et driver.Waldemar Brodkorb2005-05-274-11/+44
| | | | | | | connect new linux structure. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* separete iptables conntrack/nat as modul, separate loop and nbd supportWaldemar Brodkorb2005-05-273-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1077 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Standardize Config.inNicolas Thill2005-05-272-9/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1076 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Install mysql_config in STAGING_DIR/usr/binNicolas Thill2005-05-271-2/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1075 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove host include and lib search pathes from mysql_configNicolas Thill2005-05-271-0/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Ack freeradius package configuration,Nicolas Thill2005-05-272-34/+63
| | | | | | | Don't build with features that were not selected git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1073 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove host include search pathes from MakefilesNicolas Thill2005-05-273-15/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1072 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix build on Red Hat based systems, where /etc/rc.d/init.d exists (thanks ↵Nicolas Thill2005-05-271-0/+1
| | | | | | framer99 for reporting) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1071 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update to new upstream release (v0.9.6)Nicolas Thill2005-05-261-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1070 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move complex packages to their own menu,Nicolas Thill2005-05-261-6/+9
| | | | | | | Set "default m" for optional package only if DEVELOPER is set git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1069 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move complex packages to their own menu,Nicolas Thill2005-05-261-3/+10
| | | | | | | Standardize config options git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1068 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix Source: fieldNicolas Thill2005-05-263-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1067 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add lua packageNicolas Thill2005-05-2610-0/+298
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1066 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops... committed that modified ipkg.conf by accident again...Felix Fietkau2005-05-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix nvram overrides/defaults for asus deluxeFelix Fietkau2005-05-262-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1064 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix dependency on libnetsnmp instead of libsnmp (thanks olli_04 for reporting)Nicolas Thill2005-05-262-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1063 3c298f89-4303-0410-b956-a3cf2f4a3e73
* document some kernel patchesFelix Fietkau2005-05-261-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1062 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add all patches in a well defined form. added with cvs -ko to disableWaldemar Brodkorb2005-05-2626-0/+122871
| | | | | | | | | keyword substitution. 001-bcm47xx.patch contains new source code from Asus GPL package 1941. the stuff need a lot of testing. please add information about existing and new kernel patches into ../README git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1061 3c298f89-4303-0410-b956-a3cf2f4a3e73
* new package/linux structure. so that we can maintain kernel 2.6 and 2.4Waldemar Brodkorb2005-05-263-0/+1399
| | | | | | | in parallel. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1060 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rounding errorMike Baker2005-05-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1058 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix tc packageFelix Fietkau2005-05-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1057 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove version: and architecture: from shat control fileFelix Fietkau2005-05-251-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1056 3c298f89-4303-0410-b956-a3cf2f4a3e73
* *** empty log message ***Mike Baker2005-05-252-13/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix wrong md5sumNicolas Thill2005-05-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1054 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix nocatsplash build, when it doesn't find iptablesFelix Fietkau2005-05-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1053 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix screen build when the braindead configure script finds a /lib/libshadow.aFelix Fietkau2005-05-241-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* modify SIOCSIWAP call to associate with a specific bssid when in managed modeFelix Fietkau2005-05-241-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1051 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add microcomFelix Fietkau2005-05-245-0/+57
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1050 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix wrong options passed to configureNicolas Thill2005-05-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1049 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add SableVM packagesNicolas Thill2005-05-2414-0/+564
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move complex packages to their own menu,Nicolas Thill2005-05-241-13/+23
| | | | | | | Standardize Config.in git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1047 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix and standardize Config.inNicolas Thill2005-05-244-38/+72
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1046 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix shfs build (install destination was not set)Nicolas Thill2005-05-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1045 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix ipkg : change configure to revert IPKG_STATE_DIR_PREFIX back to /usr/libNicolas Thill2005-05-241-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1044 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Switch to .tar.bz2 archiveNicolas Thill2005-05-242-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1043 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add frickin packageNicolas Thill2005-05-248-0/+94
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1042 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add ndisc package, in its own menu to avoid breaking sort orderNicolas Thill2005-05-246-0/+91
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1041 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix typos in unstall-devNicolas Thill2005-05-241-7/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1040 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix uninstall-dev: remove libusb-config lib, remove all libusb-* shared libsNicolas Thill2005-05-241-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1039 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix uninstall-dev: remove gdlib-config tooNicolas Thill2005-05-241-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1038 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix typo in config (missing tristate)Nicolas Thill2005-05-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1037 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move complex packages to their own menu,Nicolas Thill2005-05-242-21/+60
| | | | | | | Standardize config options git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1036 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move complex packages to their own menu,Nicolas Thill2005-05-241-11/+20
| | | | | | | | Standardize config options, Fix typos git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1035 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Change include search path for speex: it is now installed in STAGING_DIR/usrNicolas Thill2005-05-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1034 3c298f89-4303-0410-b956-a3cf2f4a3e73