index
:
mtk-20170518
master
mtk-20170518
nearest-from-mtk-20170518
MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove E...
Nicolas Thill
2007-09-03
2
-13
/
+6
*
require all CONFIG_* symbols listed in its KCONFIG to be set to m in order to...
Nicolas Thill
2007-09-03
9
-174
/
+279
*
tweak Build/Compile/PyMod: add CPPFLAGS, allow caller to override any of the ...
Nicolas Thill
2007-09-03
1
-6
/
+8
*
another cleanup missed from [8587]
Nicolas Thill
2007-09-03
1
-2
/
+0
*
rename hostap package to hostap-driver
Nicolas Thill
2007-09-03
1
-0
/
+0
*
package Makefile cleanup: remove uneeded vars
Nicolas Thill
2007-09-03
12
-26
/
+3
*
rename bridge package to bridge-utils (to match source name)
Nicolas Thill
2007-09-03
2
-5
/
+3
*
rename zd1211_firmware to zd1211-firmware
Nicolas Thill
2007-09-03
1
-0
/
+0
*
rename zd1211 package to zd1211-driver
Nicolas Thill
2007-09-03
2
-4
/
+2
*
provide default PKG_BUILD_DIR for packages missing a PKG_VERSION
Nicolas Thill
2007-09-03
2
-2
/
+2
*
remove duplicate ./include/kernel.mk inclusion
Nicolas Thill
2007-09-03
1
-1
/
+0
*
move ipkg related vars from ./rules.mk to ./include/package-ipkg.mk
Nicolas Thill
2007-09-03
2
-12
/
+12
*
remove uneeded PATH setting in ipkg invocation
Nicolas Thill
2007-09-03
1
-3
/
+2
*
change case of conflicting option
Nicolas Thill
2007-09-03
1
-1
/
+1
*
use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L...
Nicolas Thill
2007-09-03
2
-4
/
+4
*
Do not restart ipsec on hotplug events (#2212)
Florian Fainelli
2007-09-02
1
-1
/
+1
*
use a default VERSION field for kmod packages
Nicolas Thill
2007-09-02
29
-29
/
+1
*
rename 2.6 high-speed usb serial fix to match 2.4 one
Nicolas Thill
2007-09-02
1
-0
/
+0
*
add high-speed usb serial fix from Junxion to 2.4 kernel too (closes: #2274)
Nicolas Thill
2007-09-02
1
-0
/
+30
*
reduce watchdog trigger from 10 to 5 seconds
John Crispin
2007-09-01
1
-1
/
+1
*
add an abs2rel.pl helper script (returns a path relative to another)
Nicolas Thill
2007-09-01
1
-0
/
+17
*
allow the user to disable the defaultroute option for ppp
Felix Fietkau
2007-09-01
1
-2
/
+3
*
small rdc-2.6 fixes (from sn9, thanks!)
Nicolas Thill
2007-09-01
3
-8
/
+4
*
fix .dep_files exclusion in rdep calls
Nicolas Thill
2007-09-01
1
-2
/
+2
*
fix typo left in [8562] (thanks to sn9)
Nicolas Thill
2007-09-01
1
-2
/
+2
*
oops... typo
Felix Fietkau
2007-08-31
1
-1
/
+1
*
fix issues with multiple ppp links (noticed by Stefano Rivera)
Felix Fietkau
2007-08-31
1
-0
/
+2
*
oops, include missing change from [8560]
Nicolas Thill
2007-08-31
1
-2
/
+2
*
fix a dependency bug
Felix Fietkau
2007-08-30
3
-16
/
+9
*
more rt2x00 fixes (thanks to sn9): * pkg: add missing kmod dependencies and a...
Nicolas Thill
2007-08-30
3
-46
/
+12
*
build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-t
Nicolas Thill
2007-08-30
2
-1
/
+26
*
clean up recursive dependency handling, use timestamp.pl again, because it sa...
Felix Fietkau
2007-08-30
7
-33
/
+54
*
allow the kernel to provide own series files for specific subdirs
Felix Fietkau
2007-08-30
1
-0
/
+20
*
fix incorrect parameters
Travis Kemen
2007-08-30
1
-3
/
+3
*
acx-mac80211: another bigendian fix
Nicolas Thill
2007-08-30
1
-0
/
+12
*
fix ifname in network state for pppoe and pptp, add a workaround for isps sen...
Felix Fietkau
2007-08-30
2
-2
/
+18
*
rt2x00 fixes after [8548]: * fix creating defines from kconfig * revert auto-...
Nicolas Thill
2007-08-30
2
-2
/
+3
*
fix typo closes #2289
Travis Kemen
2007-08-30
1
-1
/
+1
*
add high-speed usb serial fix from Junxion (closes: #2274)
Nicolas Thill
2007-08-30
1
-0
/
+25
*
rt2x00 fixes (thanks to sn9): * make build depends on in-kernel mac80211 supp...
Nicolas Thill
2007-08-30
2
-53
/
+98
*
bcm43xx-mac80211 fixes: * make build depends on in-kernel mac80211 support * ...
Nicolas Thill
2007-08-30
1
-23
/
+39
*
acx-mac80211 fixes: * make Build/Compile conditionnal (only if in-kernel mac8...
Nicolas Thill
2007-08-30
1
-7
/
+32
*
use $(INSTALL_BIN) instead of $(CP)
Nicolas Thill
2007-08-30
1
-1
/
+1
*
dnsmasq: extend the init script thanks Sedky
Travis Kemen
2007-08-29
1
-17
/
+185
*
I have new e-mail address. Thanks to Kaloz ;)
Gabor Juhos
2007-08-29
56
-60
/
+60
*
simplified image file generation
Gabor Juhos
2007-08-29
1
-23
/
+23
*
avoid rdep in the top level make process (subdir.mk) - it leaks too much memo...
Felix Fietkau
2007-08-29
2
-8
/
+9
*
add acx-mac80211 (thanks to Matteo Croce)
Nicolas Thill
2007-08-28
4
-0
/
+198
*
fonera-mp3: fix json-c dependency here as well
Nicolas Thill
2007-08-28
1
-1
/
+2
*
json-c: fix package name, add UninstallDev
Nicolas Thill
2007-08-28
1
-6
/
+17
[next]