This website works better with JavaScript.
Explore
Help
Sign In
hsist
/
freifunkist-firmware
Watch
6
Star
1
Fork
You've already forked freifunkist-firmware
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14184
Commits
1
Branch
0
Tags
164 MiB
Tag:
Branch:
Tree:
af05b16c98
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'af05b16c98'
${ noResults }
freifunkist-firmware
/
include
/
site
/
mips-openwrt-linux-gnu
6 lines
79 B
Raw
Normal View
History
Unescape
Escape
add sitefiles similar to the ones from openembedded SVN-Revision: 5232
18 years ago
#!/bin/sh
fix squid and rp-pppoe (closes: #869) SVN-Revision: 5247
18 years ago
move arch-specific definitions to arch site files SVN-Revision: 12229
17 years ago
. $TOPDIR/include/site/mips-linux
add support for alternative C libraries (currently only glibc/eglibc) other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) SVN-Revision: 13931
16 years ago
. $TOPDIR/include/site/linux-gnu
add sitefiles similar to the ones from openembedded SVN-Revision: 5232
18 years ago