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
path:
root
/
package
/
busybox
Commit message (
Expand
)
Author
Age
Files
Lines
*
busybox: Increment PKG_RELEASE
Rod Whitby
2008-12-07
1
-1
/
+1
*
busybox: Enabled FEATURE_HTTPD_PROXY by default (cost is 580 bytes)
Rod Whitby
2008-12-07
1
-1
/
+1
*
fix brctl on linux 2.4
Nicolas Thill
2008-11-13
1
-0
/
+74
*
bridge (brctl) changes: - enable brctl in busybox - disable bridge-utils - bu...
Nicolas Thill
2008-11-11
2
-5
/
+5
*
fix busybox brctl rejecting 0 as a valid value in time-related commands (seta...
Nicolas Thill
2008-11-09
1
-0
/
+13
*
upgrade busybox to 1.11.3
Nicolas Thill
2008-11-09
3
-159
/
+2
*
add back the include() function to awk (extracted from the old awx patch)
Felix Fietkau
2008-10-29
1
-0
/
+212
*
fix a null pointer deref in vi's search
Mike Baker
2008-10-29
1
-0
/
+35
*
fix busybox http auth if the root user has an empty password
Felix Fietkau
2008-10-06
1
-2
/
+2
*
busybox: remove the upstream-provided bugfix patch for line editing it actual...
Felix Fietkau
2008-09-28
1
-145
/
+0
*
fix multiple instances of busybox httpd (thx, Yanira)
Felix Fietkau
2008-09-23
1
-1
/
+1
*
upgrade busybox to v1.11.2 and add current upstream fixes
Nicolas Thill
2008-09-22
10
-277
/
+336
*
remove patch missed from [12498] only needed for ipkg support
Nicolas Thill
2008-09-22
1
-185
/
+0
*
remove ipkg from busybox
Felix Fietkau
2008-09-02
8
-14073
/
+0
*
remove awx from busybox, refresh patches
Felix Fietkau
2008-09-02
7
-1629
/
+8
*
BusyBox httpd Accept Header Patch
Felix Fietkau
2008-09-02
1
-0
/
+42
*
Use unsigned longs for bitwise operations in awk, thanks benoar. - Resolves t...
Andy Boyett
2008-08-28
1
-0
/
+36
*
add back busybox httpd password auth support - fixes x-wrt
Felix Fietkau
2008-08-28
1
-0
/
+41
*
fix busybox compile on mac os x
Felix Fietkau
2008-08-27
1
-0
/
+13
*
remove empty patches left over after [12348]
Nicolas Thill
2008-08-20
5
-0
/
+0
*
upgrade busybox to v1.11.1 and add current upstream fixes
Imre Kaloz
2008-08-20
58
-1231
/
+2194
*
make opkg the default package manager, disable busybox ipkg from building by ...
Travis Kemen
2008-08-16
1
-1
/
+1
*
Do not run telnet if either dropbear or openssh server are running (#3839)
Florian Fainelli
2008-08-09
1
-1
/
+1
*
Fix a wrong variable names (ifname, wan) and enhance httpd's init script by m...
Travis Kemen
2008-02-28
1
-4
/
+44
*
only start crond if there are files in the crontab
John Crispin
2008-01-28
1
-0
/
+1
*
make busybox have hwclocjk tool enable by default
John Crispin
2008-01-25
1
-1
/
+1
*
oops, applied the ipkg patch with the wrong patchlevel
Felix Fietkau
2008-01-25
1
-0
/
+35
*
disable use of sendfile() for httpd
Travis Kemen
2008-01-15
1
-1
/
+1
*
don't call deconfig in udhcpc when entering the renew phase
Felix Fietkau
2008-01-06
1
-0
/
+12
*
save memory in ipkg while parsing package lists - there's no need to load the...
Felix Fietkau
2008-01-06
1
-0
/
+249
*
remove memleak patch because of issues with premature freeing of memory - i w...
Felix Fietkau
2008-01-06
1
-24
/
+0
*
restore old memleak fix
Felix Fietkau
2008-01-03
1
-0
/
+12
*
add updated ipkg conffiles patch by cdtdaddy
Felix Fietkau
2008-01-03
1
-6
/
+53
*
fix ipkg segfault and add conffiles patch from #2946
Felix Fietkau
2008-01-03
2
-12
/
+21
*
fix a horrible memleak in ipkg (#2702)
Felix Fietkau
2007-12-29
1
-0
/
+24
*
Make ipkg depends on tar and gunzip (#2821)
Florian Fainelli
2007-12-17
1
-0
/
+2
*
remove a broken patch that should have been nuked with the busybox upgrade (#...
Felix Fietkau
2007-12-13
1
-12
/
+0
*
finally fix libintl issues on osx and potentially other platforms by disablin...
Felix Fietkau
2007-12-06
1
-0
/
+2
*
Remove HOST_LOADLIBES fix from busybox, caused problems.
Felix Fietkau
2007-12-06
1
-1
/
+0
*
busybox: Fix build on OSX/BSD (fix needs to be cleaned up.)
Felix Fietkau
2007-12-05
1
-1
/
+2
*
update busybox to 1.8.2
Travis Kemen
2007-11-29
2
-14
/
+3
*
add busybox gunzip/ipkg fix from #2691 (thanks, biblbroks)
Felix Fietkau
2007-11-12
1
-0
/
+11
*
disable a totally braindead optimization in busybox that causes various apple...
Felix Fietkau
2007-11-10
1
-0
/
+40
*
upgrade busybox to 1.8.1
Felix Fietkau
2007-11-10
17
-495
/
+549
*
forgot to bump up the release version from the patches the other day
Tim Yardley
2007-10-31
1
-1
/
+1
*
expose an environment variable (IPKG_UPGRADE) to the scripts executed during ...
Tim Yardley
2007-10-30
1
-0
/
+41
*
add username/password options to ipkg, note this only works if you have a rea...
Tim Yardley
2007-10-30
1
-0
/
+56
*
refresh busybox patches
Tim Yardley
2007-10-30
27
-224
/
+226
*
fix absolute path to .ko files in insmod
Felix Fietkau
2007-10-24
1
-12
/
+16
*
fix insmod crash when the module is not found
Felix Fietkau
2007-10-08
1
-21
/
+24
[next]