2 Use values exported from $(TOPDIR)/rules.mk for determining
3 the target system instead of the host configuration
7 @@ -8,9 +8,9 @@ SYSCONF=/etc
8 # if [ -d /NextApps ]; then
14 + system=${UNAME_S:-`uname -s`}
15 + release=${UNAME_R:-`uname -r`}
16 + arch=${UNAME_M:-`uname -m`}