File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -1661,23 +1661,9 @@ install_wanpipe() {
1661
1661
if [ $? -ne 0 ]; then
1662
1662
die " Failed to download/extract wanpipe"
1663
1663
fi
1664
- rm ${WANPIPE_SOURCE_NAME} .tgz
1664
+ rm ${AST_SOURCE_PARENT_DIR} / ${ WANPIPE_SOURCE_NAME} .tgz
1665
1665
# phreak_fuzzy_patch "af_wanpipe.diff"
1666
1666
1667
- if [ ! -f " $MYINCLUDEDIR /linux/version.h" ]; then
1668
- echoerr " File $MYINCLUDEDIR /linux/version.h does not exist, trying to symlink file $MYINCLUDEDIR /generated/uapi/linux/version.h\n"
1669
- if [ -f " $MYINCLUDEDIR /generated/uapi/linux/version.h" ]; then
1670
- ln -s ${MYINCLUDEDIR} /generated/uapi/linux/version.h ${MYINCLUDEDIR} /linux/version.h
1671
- if [ $? -ne 0 ]; then
1672
- echoerr " symlink failed: wanpipe utilities may not be installed\n"
1673
- else
1674
- printf " symlink successful: created file $MYINCLUDEDIR /linux/version.h\n"
1675
- fi
1676
- else
1677
- echoerr " File $MYINCLUDEDIR /generated/uapi/linux/version.h does not exist, wanpipe utilities may not be installed\n"
1678
- fi
1679
- fi
1680
-
1681
1667
./Setup dahdi --silent
1682
1668
1683
1669
if [ $? -ne 0 ]; then
You can’t perform that action at this time.
0 commit comments