source:
freewrt/package/ppp/patches/010-use_target_for_configuration.patch@
6fc4520e
| Last change on this file since 6fc4520e was 4eb3e23, checked in by , 19 years ago | |
|---|---|
|
|
| File size: 513 bytes | |
-
ppp-2.4.3/configure
$FreeWRT$ Use values exported from $(TOPDIR)/rules.mk for determining the target system instead of the host configuration, d'oh
old new SYSCONF=/etc 8 8 # if [ -d /NextApps ]; then 9 9 # system="NeXTStep" 10 10 # else 11 system= `uname -s`12 release= `uname -r`13 arch= `uname -m`11 system=${UNAME_S:-`uname -s`} 12 release=${UNAME_R:-`uname -r`} 13 arch=${UNAME_M:-`uname -m`} 14 14 # fi 15 15 state="unknown" 16 16
Note:
See TracBrowser
for help on using the repository browser.
