451

Odp: huawei hg553 / vodafone /

ok jutro sprawdzę dzięki za cierpliwość

ZTE MF 286D OpenWrt 23.05-SNAPSHOT r23484-b742216dc8
Zyxel EX5601-T0 ubootmod OpenWrt 24.10-SNAPSHOT, r28432-7609571dcd
TP-LINK Archer C7 v5 - 1.14.0.2 (Built 20231226-1035 git@8e210b77)

452

Odp: huawei hg553 / vodafone /

Tylko że konfig nie jest panaceum na to że coś ci się nie chce skompilować.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

453

Odp: huawei hg553 / vodafone /

Jeszcze mam prośbę, zanim uda mi się skompilować Gargoyle na HG553 wgrałem
LuCI openwrt-21.02 branch (git-21.295.67054-13df80d)

Ręcznie skonfigurowałem openvpn, do tego dodałem reguły firewall-u (czy reguły są prawidłowe)
Net jest na USB0 - tethering

root@HG553:~# uci show network
network.loopback=interface
network.loopback.proto='static'
network.loopback.ipaddr='127.0.0.1'
network.loopback.netmask='255.0.0.0'
network.loopback.device='lo'
network.globals=globals
network.globals.ula_prefix='fde2:428b:79f7::/48'
network.globals.packet_steering='1'
network.lan=interface
network.lan.force_link='1'
network.lan.proto='static'
network.lan.ipaddr='192.168.3.1'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='60'
network.lan.device='br-lan'
network.@switch[0]=switch
network.@switch[0].name='eth0'
network.@switch[0].reset='1'
network.@switch[0].enable_vlan='1'
network.@switch_vlan[0]=switch_vlan
network.@switch_vlan[0].device='eth0'
network.@switch_vlan[0].vlan='1'
network.@switch_vlan[0].ports='0 1 2 3 4 5t'
network.@device[0]=device
network.@device[0].name='br-lan'
network.@device[0].type='bridge'
network.@device[0].ports='eth0.1'
network.wwan2=interface
network.wwan2.proto='dhcp'
network.areo=interface
network.areo.proto='dhcp'
network.areo.device='usb0'
network.vpn=interface
network.vpn.device='tun0'
network.vpn.proto='none'

root@HG553:~# uci show firewall
firewall.@defaults[0]=defaults
firewall.@defaults[0].input='ACCEPT'
firewall.@defaults[0].output='ACCEPT'
firewall.@defaults[0].forward='REJECT'
firewall.@defaults[0].synflood_protect='1'
firewall.@zone[0]=zone
firewall.@zone[0].name='lan'
firewall.@zone[0].input='ACCEPT'
firewall.@zone[0].output='ACCEPT'
firewall.@zone[0].forward='ACCEPT'
firewall.@zone[0].network='lan'
firewall.@zone[0].masq='1'
firewall.@zone[1]=zone
firewall.@zone[1].name='wan'
firewall.@zone[1].input='REJECT'
firewall.@zone[1].output='ACCEPT'
firewall.@zone[1].masq='1'
firewall.@zone[1].mtu_fix='1'
firewall.@zone[1].forward='ACCEPT'
firewall.@zone[1].network='lan' 'wwan2'
firewall.@forwarding[0]=forwarding
firewall.@forwarding[0].src='lan'
firewall.@forwarding[0].dest='wan'
firewall.@rule[0]=rule
firewall.@rule[0].name='Allow-DHCP-Renew'
firewall.@rule[0].src='wan'
firewall.@rule[0].proto='udp'
firewall.@rule[0].dest_port='68'
firewall.@rule[0].target='ACCEPT'
firewall.@rule[0].family='ipv4'
firewall.@rule[1]=rule
firewall.@rule[1].name='Allow-Ping'
firewall.@rule[1].src='wan'
firewall.@rule[1].proto='icmp'
firewall.@rule[1].icmp_type='echo-request'
firewall.@rule[1].family='ipv4'
firewall.@rule[1].target='ACCEPT'
firewall.@rule[2]=rule
firewall.@rule[2].name='Allow-DHCPv6'
firewall.@rule[2].src='wan'
firewall.@rule[2].proto='udp'
firewall.@rule[2].src_ip='fe80::/10'
firewall.@rule[2].src_port='547'
firewall.@rule[2].dest_ip='fe80::/10'
firewall.@rule[2].dest_port='546'
firewall.@rule[2].family='ipv6'
firewall.@rule[2].target='ACCEPT'
firewall.@rule[3]=rule
firewall.@rule[3].name='Allow-ICMPv6-Input'
firewall.@rule[3].src='wan'
firewall.@rule[3].proto='icmp'
firewall.@rule[3].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' 'router-solicitation' 'neighbour-solicitation' 'router-advertisement' 'neighbour-advertisement'
firewall.@rule[3].limit='1000/sec'
firewall.@rule[3].family='ipv6'
firewall.@rule[3].target='ACCEPT'
firewall.@rule[4]=rule
firewall.@rule[4].name='Allow-ICMPv6-Forward'
firewall.@rule[4].src='wan'
firewall.@rule[4].dest='*'
firewall.@rule[4].proto='icmp'
firewall.@rule[4].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type'
firewall.@rule[4].limit='1000/sec'
firewall.@rule[4].family='ipv6'
firewall.@rule[4].target='ACCEPT'
firewall.@include[0]=include
firewall.@include[0].path='/etc/firewall.user'
firewall.@include[0].reload='1'
firewall.@zone[2]=zone
firewall.@zone[2].name='areo2'
firewall.@zone[2].input='ACCEPT'
firewall.@zone[2].output='ACCEPT'
firewall.@zone[2].forward='ACCEPT'
firewall.@zone[2].masq='1'
firewall.@zone[2].network='areo'
firewall.@forwarding[1]=forwarding
firewall.@forwarding[1].src='areo'
firewall.@forwarding[1].dest='lan'
firewall.@forwarding[2]=forwarding
firewall.@forwarding[2].src='wan'
firewall.@forwarding[2].dest='areo'
firewall.@forwarding[3]=forwarding
firewall.@forwarding[3].src='wan'
firewall.@forwarding[3].dest='lan'
firewall.@forwarding[4]=forwarding
firewall.@forwarding[4].src='areo'
firewall.@forwarding[4].dest='wan'
firewall.@zone[3]=zone
firewall.@zone[3].name='vpn'
firewall.@zone[3].input='ACCEPT'
firewall.@zone[3].forward='ACCEPT'
firewall.@zone[3].output='ACCEPT'
firewall.@zone[3].network='vpn'
firewall.@zone[3].masq='1'
firewall.@forwarding[5]=forwarding
firewall.@forwarding[5].src='vpn'
firewall.@forwarding[5].dest='wan'
firewall.@forwarding[6]=forwarding
firewall.@forwarding[6].src='lan'
firewall.@forwarding[6].dest='vpn'
firewall.@forwarding[7]=forwarding
firewall.@forwarding[7].src='vpn'
firewall.@forwarding[7].dest='lan'

ZTE MF 286D OpenWrt 23.05-SNAPSHOT r23484-b742216dc8
Zyxel EX5601-T0 ubootmod OpenWrt 24.10-SNAPSHOT, r28432-7609571dcd
TP-LINK Archer C7 v5 - 1.14.0.2 (Built 20231226-1035 git@8e210b77)

454

Odp: huawei hg553 / vodafone /

Ale naśmieciłeś... używasz wan - a nie masz takiego interfejsu.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

455 (edytowany przez piratee 2022-02-11 12:09:38)

Odp: huawei hg553 / vodafone /

To pozostało jak próbowałem uruchomić jednocześnie klienta Wi-fi i AP
Już usunąłem (na openwrt robię ręcznie pierwszy raz, zawsze było Gargoyle)
Wyzerować i ustawiać od początku ?

ZTE MF 286D OpenWrt 23.05-SNAPSHOT r23484-b742216dc8
Zyxel EX5601-T0 ubootmod OpenWrt 24.10-SNAPSHOT, r28432-7609571dcd
TP-LINK Archer C7 v5 - 1.14.0.2 (Built 20231226-1035 git@8e210b77)

456

Odp: huawei hg553 / vodafone /

wyrzuciłem wan
root@HG553:/# uci show firewall
firewall.@defaults[0]=defaults
firewall.@defaults[0].input='ACCEPT'
firewall.@defaults[0].output='ACCEPT'
firewall.@defaults[0].forward='REJECT'
firewall.@defaults[0].synflood_protect='1'
firewall.@zone[0]=zone
firewall.@zone[0].name='lan'
firewall.@zone[0].input='ACCEPT'
firewall.@zone[0].output='ACCEPT'
firewall.@zone[0].forward='ACCEPT'
firewall.@zone[0].masq='1'
firewall.@zone[0].network='lan'
firewall.@zone[1]=zone
firewall.@zone[1].name='areo'
firewall.@zone[1].output='ACCEPT'
firewall.@zone[1].masq='1'
firewall.@zone[1].mtu_fix='1'
firewall.@zone[1].forward='ACCEPT'
firewall.@zone[1].network='lan'
firewall.@zone[1].input='ACCEPT'
firewall.@forwarding[0]=forwarding
firewall.@forwarding[0].src='lan'
firewall.@forwarding[0].dest='areo'
firewall.@rule[0]=rule
firewall.@rule[0].name='Allow-DHCP-Renew'
firewall.@rule[0].src='areo'
firewall.@rule[0].proto='udp'
firewall.@rule[0].dest_port='68'
firewall.@rule[0].target='ACCEPT'
firewall.@rule[0].family='ipv4'
firewall.@rule[1]=rule
firewall.@rule[1].name='Allow-Ping'
firewall.@rule[1].src='areo'
firewall.@rule[1].proto='icmp'
firewall.@rule[1].icmp_type='echo-request'
firewall.@rule[1].family='ipv4'
firewall.@rule[1].target='ACCEPT'
firewall.@rule[2]=rule
firewall.@rule[2].name='Allow-DHCPv6'
firewall.@rule[2].src='areo'
firewall.@rule[2].proto='udp'
firewall.@rule[2].src_ip='fe80::/10'
firewall.@rule[2].src_port='547'
firewall.@rule[2].dest_ip='fe80::/10'
firewall.@rule[2].dest_port='546'
firewall.@rule[2].family='ipv6'
firewall.@rule[2].target='ACCEPT'
firewall.@rule[3]=rule
firewall.@rule[3].name='Allow-ICMPv6-Input'
firewall.@rule[3].src='areo'
firewall.@rule[3].proto='icmp'
firewall.@rule[3].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' 'router-solicitation' 'neighbour-solicitation' 'router-advertisement' 'neighbour-advertisement'
firewall.@rule[3].limit='1000/sec'
firewall.@rule[3].family='ipv6'
firewall.@rule[3].target='ACCEPT'
firewall.@rule[4]=rule
firewall.@rule[4].name='Allow-ICMPv6-Forward'
firewall.@rule[4].src='areo'
firewall.@rule[4].dest='*'
firewall.@rule[4].proto='icmp'
firewall.@rule[4].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type'
firewall.@rule[4].limit='1000/sec'
firewall.@rule[4].family='ipv6'
firewall.@rule[4].target='ACCEPT'
firewall.@include[0]=include
firewall.@include[0].path='/etc/firewall.user'
firewall.@include[0].reload='1'
firewall.@zone[2]=zone
firewall.@zone[2].name='vpn'
firewall.@zone[2].input='ACCEPT'
firewall.@zone[2].forward='ACCEPT'
firewall.@zone[2].output='ACCEPT'
firewall.@zone[2].masq='1'
firewall.@zone[2].network='vpn'
firewall.@forwarding[1]=forwarding
firewall.@forwarding[1].src='vpn'
firewall.@forwarding[1].dest='wan'
firewall.@forwarding[2]=forwarding
firewall.@forwarding[2].src='lan'
firewall.@forwarding[2].dest='vpn'
firewall.@forwarding[3]=forwarding
firewall.@forwarding[3].src='vpn'
firewall.@forwarding[3].dest='lan'

ZTE MF 286D OpenWrt 23.05-SNAPSHOT r23484-b742216dc8
Zyxel EX5601-T0 ubootmod OpenWrt 24.10-SNAPSHOT, r28432-7609571dcd
TP-LINK Archer C7 v5 - 1.14.0.2 (Built 20231226-1035 git@8e210b77)

457

Odp: huawei hg553 / vodafone /

Nie, nie wyrzuciłes. Masz nadal włączony forwarding pomiędzy vpn a wan.

Jest jakieś powód dla którego robiłeś osobą strefę areo zamiast dodać go do strefy wan?

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

458

Odp: huawei hg553 / vodafone /

Tak jak pisałem wyżej, ręcznie robię pierwszy raz, wan powstał jak robiłem klienta wi-fi.
Mam rozumieć, że do strefy wan mogłem dodać areo ?


root@HG553:/etc/config# uci show firewall
firewall.@defaults[0]=defaults
firewall.@defaults[0].input='ACCEPT'
firewall.@defaults[0].output='ACCEPT'
firewall.@defaults[0].forward='REJECT'
firewall.@defaults[0].synflood_protect='1'
firewall.@zone[0]=zone
firewall.@zone[0].name='lan'
firewall.@zone[0].input='ACCEPT'
firewall.@zone[0].output='ACCEPT'
firewall.@zone[0].forward='ACCEPT'
firewall.@zone[0].masq='1'
firewall.@zone[0].network='lan'
firewall.@zone[1]=zone
firewall.@zone[1].name='areo'
firewall.@zone[1].output='ACCEPT'
firewall.@zone[1].masq='1'
firewall.@zone[1].mtu_fix='1'
firewall.@zone[1].forward='ACCEPT'
firewall.@zone[1].network='areo'
firewall.@zone[1].input='ACCEPT'
firewall.@forwarding[0]=forwarding
firewall.@forwarding[0].src='lan'
firewall.@forwarding[0].dest='areo'
firewall.@rule[0]=rule
firewall.@rule[0].name='Allow-DHCP-Renew'
firewall.@rule[0].src='areo'
firewall.@rule[0].proto='udp'
firewall.@rule[0].dest_port='68'
firewall.@rule[0].target='ACCEPT'
firewall.@rule[0].family='ipv4'
firewall.@rule[1]=rule
firewall.@rule[1].name='Allow-Ping'
firewall.@rule[1].src='areo'
firewall.@rule[1].proto='icmp'
firewall.@rule[1].icmp_type='echo-request'
firewall.@rule[1].family='ipv4'
firewall.@rule[1].target='ACCEPT'
firewall.@rule[2]=rule
firewall.@rule[2].name='Allow-DHCPv6'
firewall.@rule[2].src='areo'
firewall.@rule[2].proto='udp'
firewall.@rule[2].src_ip='fe80::/10'
firewall.@rule[2].src_port='547'
firewall.@rule[2].dest_ip='fe80::/10'
firewall.@rule[2].dest_port='546'
firewall.@rule[2].family='ipv6'
firewall.@rule[2].target='ACCEPT'
firewall.@rule[3]=rule
firewall.@rule[3].name='Allow-ICMPv6-Input'
firewall.@rule[3].src='areo'
firewall.@rule[3].proto='icmp'
firewall.@rule[3].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' 'router-solicitation' 'neighbour-solicitation' 'router-advertisement' 'neighbour-advertisement'
firewall.@rule[3].limit='1000/sec'
firewall.@rule[3].family='ipv6'
firewall.@rule[3].target='ACCEPT'
firewall.@rule[4]=rule
firewall.@rule[4].name='Allow-ICMPv6-Forward'
firewall.@rule[4].src='areo'
firewall.@rule[4].dest='*'
firewall.@rule[4].proto='icmp'
firewall.@rule[4].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type'
firewall.@rule[4].limit='1000/sec'
firewall.@rule[4].family='ipv6'
firewall.@rule[4].target='ACCEPT'
firewall.@include[0]=include
firewall.@include[0].path='/etc/firewall.user'
firewall.@include[0].reload='1'
firewall.@zone[2]=zone
firewall.@zone[2].name='vpn'
firewall.@zone[2].input='ACCEPT'
firewall.@zone[2].forward='ACCEPT'
firewall.@zone[2].output='ACCEPT'
firewall.@zone[2].masq='1'
firewall.@zone[2].network='vpn'
firewall.@forwarding[1]=forwarding
firewall.@forwarding[1].src='vpn'
firewall.@forwarding[1].dest='areo'
firewall.@forwarding[2]=forwarding
firewall.@forwarding[2].src='lan'
firewall.@forwarding[2].dest='vpn'
firewall.@forwarding[3]=forwarding
firewall.@forwarding[3].src='vpn'
firewall.@forwarding[3].dest='lan'

ZTE MF 286D OpenWrt 23.05-SNAPSHOT r23484-b742216dc8
Zyxel EX5601-T0 ubootmod OpenWrt 24.10-SNAPSHOT, r28432-7609571dcd
TP-LINK Archer C7 v5 - 1.14.0.2 (Built 20231226-1035 git@8e210b77)

459

Odp: huawei hg553 / vodafone /

Jak byś miał strefę wan, bo ją wywaliłeś. Ale niech zostanie tak jak masz.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

460

Odp: huawei hg553 / vodafone /

ok dzięki
na przyszłość będę pamiętał

ZTE MF 286D OpenWrt 23.05-SNAPSHOT r23484-b742216dc8
Zyxel EX5601-T0 ubootmod OpenWrt 24.10-SNAPSHOT, r28432-7609571dcd
TP-LINK Archer C7 v5 - 1.14.0.2 (Built 20231226-1035 git@8e210b77)

461 (edytowany przez piratee 2022-02-19 18:37:16)

Odp: huawei hg553 / vodafone /

Wczoraj zainstalowałem Ubuntu 20.04 TLS z większym dyskiem (bo 40GB troszkę mało)
Wg instrukcji skompilowałem całość poleceniem make, poszło bez problemu. (chciałem wystestować ,ze jak poszło make to i make custom się skompiluje)
Później wydałem na drugim użytkowniku nową kompilację z :make V=s custom"
dla bcm63xx ->HG553
i dostaję błąd dla curl
/usr/bin/mkdir -p '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/man/man3'
/usr/bin/install -c -m 644 CURLINFO_ACTIVESOCKET.3 CURLINFO_APPCONNECT_TIME.3 CURLINFO_APPCONNECT_TIME_T.3 CURLINFO_CERTINFO.3 CURLINFO_CONDITION_UNMET.3 CURLINFO_CONNECT_TIME.3 CURLINFO_CONNECT_TIME_T.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 CURLINFO_CONTENT_LENGTH_UPLOAD.3 CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 CURLINFO_CONTENT_TYPE.3 CURLINFO_COOKIELIST.3 CURLINFO_EFFECTIVE_URL.3 CURLINFO_FILETIME.3 CURLINFO_FILETIME_T.3 CURLINFO_FTP_ENTRY_PATH.3 CURLINFO_HEADER_SIZE.3 CURLINFO_HTTPAUTH_AVAIL.3 CURLINFO_HTTP_CONNECTCODE.3 CURLINFO_HTTP_VERSION.3 CURLINFO_LASTSOCKET.3 CURLINFO_LOCAL_IP.3 CURLINFO_LOCAL_PORT.3 CURLINFO_NAMELOOKUP_TIME.3 CURLINFO_NAMELOOKUP_TIME_T.3 CURLINFO_NUM_CONNECTS.3 CURLINFO_OS_ERRNO.3 CURLINFO_PRETRANSFER_TIME.3 CURLINFO_PRETRANSFER_TIME_T.3 CURLINFO_PRIMARY_IP.3 CURLINFO_PRIMARY_PORT.3 CURLINFO_PRIVATE.3 CURLINFO_PROTOCOL.3 CURLINFO_PROXYAUTH_AVAIL.3 CURLINFO_PROXY_SSL_VERIFYRESULT.3 CURLINFO_REDIRECT_COUNT.3 CURLINFO_REDIRECT_TIME.3 CURLINFO_REDIRECT_TIME_T.3 CURLINFO_REDIRECT_URL.3 '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/man/man3'
/usr/bin/install -c -m 644 CURLINFO_REQUEST_SIZE.3 CURLINFO_RESPONSE_CODE.3 CURLINFO_RETRY_AFTER.3 CURLINFO_RTSP_CLIENT_CSEQ.3 CURLINFO_RTSP_CSEQ_RECV.3 CURLINFO_RTSP_SERVER_CSEQ.3 CURLINFO_RTSP_SESSION_ID.3 CURLINFO_SCHEME.3 CURLINFO_SIZE_DOWNLOAD.3 CURLINFO_SIZE_DOWNLOAD_T.3 CURLINFO_SIZE_UPLOAD.3 CURLINFO_SIZE_UPLOAD_T.3 CURLINFO_SPEED_DOWNLOAD.3 CURLINFO_SPEED_DOWNLOAD_T.3 CURLINFO_SPEED_UPLOAD.3 CURLINFO_SPEED_UPLOAD_T.3 CURLINFO_SSL_ENGINES.3 CURLINFO_SSL_VERIFYRESULT.3 CURLINFO_STARTTRANSFER_TIME.3 CURLINFO_STARTTRANSFER_TIME_T.3 CURLINFO_TLS_SESSION.3 CURLINFO_TLS_SSL_PTR.3 CURLINFO_TOTAL_TIME.3 CURLINFO_TOTAL_TIME_T.3 CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 CURLMOPT_MAXCONNECTS.3 CURLMOPT_MAX_HOST_CONNECTIONS.3 CURLMOPT_MAX_PIPELINE_LENGTH.3 CURLMOPT_MAX_TOTAL_CONNECTIONS.3 CURLMOPT_PIPELINING.3 CURLMOPT_PIPELINING_SERVER_BL.3 CURLMOPT_PIPELINING_SITE_BL.3 CURLMOPT_PUSHDATA.3 CURLMOPT_PUSHFUNCTION.3 CURLMOPT_SOCKETDATA.3 CURLMOPT_SOCKETFUNCTION.3 CURLMOPT_TIMERDATA.3 CURLMOPT_TIMERFUNCTION.3 CURLOPT_ABSTRACT_UNIX_SOCKET.3 '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/man/man3'
/usr/bin/install -c -m 644 CURLOPT_ACCEPTTIMEOUT_MS.3 CURLOPT_ACCEPT_ENCODING.3 CURLOPT_ADDRESS_SCOPE.3 CURLOPT_ALTSVC.3 CURLOPT_ALTSVC_CTRL.3 CURLOPT_APPEND.3 CURLOPT_AUTOREFERER.3 CURLOPT_BUFFERSIZE.3 CURLOPT_CAINFO.3 CURLOPT_CAPATH.3 CURLOPT_CERTINFO.3 CURLOPT_CHUNK_BGN_FUNCTION.3 CURLOPT_CHUNK_DATA.3 CURLOPT_CHUNK_END_FUNCTION.3 CURLOPT_CLOSESOCKETDATA.3 CURLOPT_CLOSESOCKETFUNCTION.3 CURLOPT_UPKEEP_INTERVAL_MS.3 CURLOPT_CONNECTTIMEOUT.3 CURLOPT_CONNECTTIMEOUT_MS.3 CURLOPT_CONNECT_ONLY.3 CURLOPT_CONNECT_TO.3 CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 CURLOPT_CONV_FROM_UTF8_FUNCTION.3 CURLOPT_CONV_TO_NETWORK_FUNCTION.3 CURLOPT_COOKIE.3 CURLOPT_COOKIEFILE.3 CURLOPT_COOKIEJAR.3 CURLOPT_COOKIELIST.3 CURLOPT_COOKIESESSION.3 CURLOPT_COPYPOSTFIELDS.3 CURLOPT_CRLF.3 CURLOPT_CRLFILE.3 CURLOPT_CUSTOMREQUEST.3 CURLOPT_CURLU.3 CURLOPT_DEBUGDATA.3 CURLOPT_DEBUGFUNCTION.3 CURLOPT_DEFAULT_PROTOCOL.3 CURLOPT_DIRLISTONLY.3 CURLOPT_DISALLOW_USERNAME_IN_URL.3 CURLOPT_DNS_CACHE_TIMEOUT.3 '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/man/man3'
/usr/bin/install -c -m 644 CURLOPT_DNS_INTERFACE.3 CURLOPT_DNS_LOCAL_IP4.3 CURLOPT_DNS_LOCAL_IP6.3 CURLOPT_DNS_SERVERS.3 CURLOPT_DNS_SHUFFLE_ADDRESSES.3 CURLOPT_DNS_USE_GLOBAL_CACHE.3 CURLOPT_DOH_URL.3 CURLOPT_EGDSOCKET.3 CURLOPT_ERRORBUFFER.3 CURLOPT_EXPECT_100_TIMEOUT_MS.3 CURLOPT_FAILONERROR.3 CURLOPT_FILETIME.3 CURLOPT_FNMATCH_DATA.3 CURLOPT_FNMATCH_FUNCTION.3 CURLOPT_FOLLOWLOCATION.3 CURLOPT_FORBID_REUSE.3 CURLOPT_FRESH_CONNECT.3 CURLOPT_FTPPORT.3 CURLOPT_FTPSSLAUTH.3 CURLOPT_FTP_ACCOUNT.3 CURLOPT_FTP_ALTERNATIVE_TO_USER.3 CURLOPT_FTP_CREATE_MISSING_DIRS.3 CURLOPT_FTP_FILEMETHOD.3 CURLOPT_FTP_RESPONSE_TIMEOUT.3 CURLOPT_FTP_SKIP_PASV_IP.3 CURLOPT_FTP_SSL_CCC.3 CURLOPT_FTP_USE_EPRT.3 CURLOPT_FTP_USE_EPSV.3 CURLOPT_FTP_USE_PRET.3 CURLOPT_GSSAPI_DELEGATION.3 CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 CURLOPT_HAPROXYPROTOCOL.3 CURLOPT_HEADER.3 CURLOPT_HEADERDATA.3 CURLOPT_HEADERFUNCTION.3 CURLOPT_HEADEROPT.3 CURLOPT_HTTP09_ALLOWED.3 CURLOPT_HTTP200ALIASES.3 CURLOPT_HTTPAUTH.3 CURLOPT_HTTPGET.3 '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/man/man3'
/usr/bin/install -c -m 644 CURLOPT_HTTPHEADER.3 CURLOPT_HTTPPOST.3 CURLOPT_HTTPPROXYTUNNEL.3 CURLOPT_HTTP_CONTENT_DECODING.3 CURLOPT_HTTP_TRANSFER_DECODING.3 CURLOPT_HTTP_VERSION.3 CURLOPT_IGNORE_CONTENT_LENGTH.3 CURLOPT_TRAILERDATA.3 CURLOPT_TRAILERFUNCTION.3 CURLOPT_INFILESIZE.3 CURLOPT_INFILESIZE_LARGE.3 CURLOPT_INTERFACE.3 CURLOPT_INTERLEAVEDATA.3 CURLOPT_INTERLEAVEFUNCTION.3 CURLOPT_IOCTLDATA.3 CURLOPT_IOCTLFUNCTION.3 CURLOPT_IPRESOLVE.3 CURLOPT_ISSUERCERT.3 CURLOPT_KEEP_SENDING_ON_ERROR.3 CURLOPT_KEYPASSWD.3 CURLOPT_KRBLEVEL.3 CURLOPT_LOCALPORT.3 CURLOPT_LOCALPORTRANGE.3 CURLOPT_LOGIN_OPTIONS.3 CURLOPT_LOW_SPEED_LIMIT.3 CURLOPT_LOW_SPEED_TIME.3 CURLOPT_MAIL_AUTH.3 CURLOPT_MAIL_FROM.3 CURLOPT_MAIL_RCPT.3 CURLOPT_MAXAGE_CONN.3 CURLOPT_MAXCONNECTS.3 CURLOPT_MAXFILESIZE.3 CURLOPT_MAXFILESIZE_LARGE.3 CURLOPT_MAXREDIRS.3 CURLOPT_MAX_RECV_SPEED_LARGE.3 CURLOPT_MAX_SEND_SPEED_LARGE.3 CURLOPT_MIMEPOST.3 CURLOPT_NETRC.3 CURLOPT_NETRC_FILE.3 CURLOPT_NEW_DIRECTORY_PERMS.3 '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/man/man3'
/usr/bin/install -c -m 644 CURLOPT_NEW_FILE_PERMS.3 CURLOPT_NOBODY.3 CURLOPT_NOPROGRESS.3 CURLOPT_NOPROXY.3 CURLOPT_NOSIGNAL.3 CURLOPT_OPENSOCKETDATA.3 CURLOPT_OPENSOCKETFUNCTION.3 CURLOPT_PASSWORD.3 CURLOPT_PATH_AS_IS.3 CURLOPT_PINNEDPUBLICKEY.3 CURLOPT_PIPEWAIT.3 CURLOPT_PORT.3 CURLOPT_POST.3 CURLOPT_POSTFIELDS.3 CURLOPT_POSTFIELDSIZE.3 CURLOPT_POSTFIELDSIZE_LARGE.3 CURLOPT_POSTQUOTE.3 CURLOPT_POSTREDIR.3 CURLOPT_PREQUOTE.3 CURLOPT_PRE_PROXY.3 CURLOPT_PRIVATE.3 CURLOPT_PROGRESSDATA.3 CURLOPT_PROGRESSFUNCTION.3 CURLOPT_PROTOCOLS.3 CURLOPT_PROXY.3 CURLOPT_PROXYAUTH.3 CURLOPT_PROXYHEADER.3 CURLOPT_PROXYPASSWORD.3 CURLOPT_PROXYPORT.3 CURLOPT_PROXYTYPE.3 CURLOPT_PROXYUSERNAME.3 CURLOPT_PROXYUSERPWD.3 CURLOPT_PROXY_CAINFO.3 CURLOPT_PROXY_CAPATH.3 CURLOPT_PROXY_CRLFILE.3 CURLOPT_PROXY_KEYPASSWD.3 CURLOPT_PROXY_PINNEDPUBLICKEY.3 CURLOPT_PROXY_SERVICE_NAME.3 CURLOPT_PROXY_SSLCERT.3 CURLOPT_PROXY_SSLCERTTYPE.3 '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/man/man3'
/usr/bin/install -c -m 644 CURLOPT_PROXY_SSLKEY.3 CURLOPT_PROXY_SSLKEYTYPE.3 CURLOPT_PROXY_SSLVERSION.3 CURLOPT_PROXY_SSL_CIPHER_LIST.3 CURLOPT_PROXY_SSL_OPTIONS.3 CURLOPT_PROXY_SSL_VERIFYHOST.3 CURLOPT_PROXY_SSL_VERIFYPEER.3 CURLOPT_PROXY_TLS13_CIPHERS.3 CURLOPT_PROXY_TLSAUTH_PASSWORD.3 CURLOPT_PROXY_TLSAUTH_TYPE.3 CURLOPT_PROXY_TLSAUTH_USERNAME.3 CURLOPT_PROXY_TRANSFER_MODE.3 CURLOPT_PUT.3 CURLOPT_QUOTE.3 CURLOPT_RANDOM_FILE.3 CURLOPT_RANGE.3 CURLOPT_READDATA.3 CURLOPT_READFUNCTION.3 CURLOPT_REDIR_PROTOCOLS.3 CURLOPT_REFERER.3 CURLOPT_REQUEST_TARGET.3 CURLOPT_RESOLVE.3 CURLOPT_RESOLVER_START_DATA.3 CURLOPT_RESOLVER_START_FUNCTION.3 CURLOPT_RESUME_FROM.3 CURLOPT_RESUME_FROM_LARGE.3 CURLOPT_RTSP_CLIENT_CSEQ.3 CURLOPT_RTSP_REQUEST.3 CURLOPT_RTSP_SERVER_CSEQ.3 CURLOPT_RTSP_SESSION_ID.3 CURLOPT_RTSP_STREAM_URI.3 CURLOPT_RTSP_TRANSPORT.3 CURLOPT_SASL_AUTHZID.3 CURLOPT_SASL_IR.3 CURLOPT_SEEKDATA.3 CURLOPT_SEEKFUNCTION.3 CURLOPT_SERVICE_NAME.3 CURLOPT_SHARE.3 CURLOPT_SOCKOPTDATA.3 CURLOPT_SOCKOPTFUNCTION.3 '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/man/man3'
/usr/bin/install -c -m 644 CURLOPT_SOCKS5_AUTH.3 CURLOPT_SOCKS5_GSSAPI_NEC.3 CURLOPT_SOCKS5_GSSAPI_SERVICE.3 CURLOPT_SSH_AUTH_TYPES.3 CURLOPT_SSH_COMPRESSION.3 CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 CURLOPT_SSH_KEYDATA.3 CURLOPT_SSH_KEYFUNCTION.3 CURLOPT_SSH_KNOWNHOSTS.3 CURLOPT_SSH_PRIVATE_KEYFILE.3 CURLOPT_SSH_PUBLIC_KEYFILE.3 CURLOPT_SSLCERT.3 CURLOPT_SSLCERTTYPE.3 CURLOPT_SSLENGINE.3 CURLOPT_SSLENGINE_DEFAULT.3 CURLOPT_SSLKEY.3 CURLOPT_SSLKEYTYPE.3 CURLOPT_SSLVERSION.3 CURLOPT_SSL_CIPHER_LIST.3 CURLOPT_SSL_CTX_DATA.3 CURLOPT_SSL_CTX_FUNCTION.3 CURLOPT_SSL_ENABLE_ALPN.3 CURLOPT_SSL_ENABLE_NPN.3 CURLOPT_SSL_FALSESTART.3 CURLOPT_SSL_OPTIONS.3 CURLOPT_SSL_SESSIONID_CACHE.3 CURLOPT_SSL_VERIFYHOST.3 CURLOPT_SSL_VERIFYPEER.3 CURLOPT_SSL_VERIFYSTATUS.3 CURLOPT_STDERR.3 CURLOPT_STREAM_DEPENDS.3 CURLOPT_STREAM_DEPENDS_E.3 CURLOPT_STREAM_WEIGHT.3 CURLOPT_SUPPRESS_CONNECT_HEADERS.3 CURLOPT_TCP_FASTOPEN.3 CURLOPT_TCP_KEEPALIVE.3 CURLOPT_TCP_KEEPIDLE.3 CURLOPT_TCP_KEEPINTVL.3 CURLOPT_TCP_NODELAY.3 CURLOPT_TELNETOPTIONS.3 '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/man/man3'
/usr/bin/install -c -m 644 CURLOPT_TFTP_BLKSIZE.3 CURLOPT_TFTP_NO_OPTIONS.3 CURLOPT_TIMECONDITION.3 CURLOPT_TIMEOUT.3 CURLOPT_TIMEOUT_MS.3 CURLOPT_TIMEVALUE.3 CURLOPT_TIMEVALUE_LARGE.3 CURLOPT_TLS13_CIPHERS.3 CURLOPT_TLSAUTH_PASSWORD.3 CURLOPT_TLSAUTH_TYPE.3 CURLOPT_TLSAUTH_USERNAME.3 CURLOPT_TRANSFERTEXT.3 CURLOPT_TRANSFER_ENCODING.3 CURLOPT_UNIX_SOCKET_PATH.3 CURLOPT_UNRESTRICTED_AUTH.3 CURLOPT_UPLOAD.3 CURLOPT_UPLOAD_BUFFERSIZE.3 CURLOPT_URL.3 CURLOPT_USERAGENT.3 CURLOPT_USERNAME.3 CURLOPT_USERPWD.3 CURLOPT_USE_SSL.3 CURLOPT_VERBOSE.3 CURLOPT_WILDCARDMATCH.3 CURLOPT_WRITEDATA.3 CURLOPT_WRITEFUNCTION.3 CURLOPT_XFERINFODATA.3 CURLOPT_XFERINFOFUNCTION.3 CURLOPT_XOAUTH2_BEARER.3 '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/man/man3'
make[11]: Leaving directory '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/docs/libcurl/opts'
make[10]: Leaving directory '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/docs/libcurl/opts'
make[10]: Entering directory '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/docs/libcurl'
make[11]: Entering directory '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/docs/libcurl'
make[11]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/share/aclocal'
/usr/bin/mkdir -p '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/man/man3'
/usr/bin/install -c -m 644 libcurl.m4 '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/share/aclocal'
/usr/bin/install -c -m 644 curl_easy_cleanup.3 curl_easy_duphandle.3 curl_easy_escape.3 curl_easy_getinfo.3 curl_easy_init.3 curl_easy_pause.3 curl_easy_perform.3 curl_easy_recv.3 curl_easy_reset.3 curl_easy_send.3 curl_easy_setopt.3 curl_easy_strerror.3 curl_easy_unescape.3 curl_easy_upkeep.3 curl_escape.3 curl_formadd.3 curl_formfree.3 curl_formget.3 curl_free.3 curl_getdate.3 curl_getenv.3 curl_global_cleanup.3 curl_global_init.3 curl_global_init_mem.3 curl_global_sslset.3 curl_mime_addpart.3 curl_mime_data.3 curl_mime_data_cb.3 curl_mime_encoder.3 curl_mime_filedata.3 curl_mime_filename.3 curl_mime_free.3 curl_mime_headers.3 curl_mime_init.3 curl_mime_name.3 curl_mime_subparts.3 curl_mime_type.3 curl_mprintf.3 curl_multi_add_handle.3 curl_multi_assign.3 '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/man/man3'
/usr/bin/install -c -m 644 curl_multi_cleanup.3 curl_multi_fdset.3 curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 curl_multi_poll.3 curl_multi_remove_handle.3 curl_multi_setopt.3 curl_multi_socket.3 curl_multi_socket_action.3 curl_multi_socket_all.3 curl_multi_strerror.3 curl_multi_timeout.3 curl_multi_wait.3 curl_share_cleanup.3 curl_share_init.3 curl_share_setopt.3 curl_share_strerror.3 curl_slist_append.3 curl_slist_free_all.3 curl_strequal.3 curl_strnequal.3 curl_unescape.3 curl_url.3 curl_url_cleanup.3 curl_url_dup.3 curl_url_get.3 curl_url_set.3 curl_version.3 curl_version_info.3 libcurl-easy.3 libcurl-env.3 libcurl-errors.3 libcurl-multi.3 libcurl-security.3 libcurl-share.3 libcurl-symbols.3 libcurl-thread.3 libcurl-tutorial.3 libcurl-url.3 '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/man/man3'
/usr/bin/install -c -m 644 libcurl.3 '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/man/man3'
make[11]: Leaving directory '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/docs/libcurl'
make[10]: Leaving directory '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/docs/libcurl'
make[9]: Leaving directory '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/docs/libcurl'
make[8]: Leaving directory '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0'
make[7]: Leaving directory '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0'
make[6]: Leaving directory '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0'
make[5]: Leaving directory '/home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0'
touch /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/.built
rm -rf /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/.pkgdir/curl.installed /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/.pkgdir/curl
mkdir -p /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/.pkgdir/curl
install -d -m0755 /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/.pkgdir/curl/usr/bin
install -m0755 /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/bin/curl /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/.pkgdir/curl/usr/bin/
touch /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/.pkgdir/curl.installed
mkdir -p /home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/root-ath79/stamp
SHELL= flock /home/hg553/gargoyle/custom-src/tmp/.root-copy.flock -c 'cp -fpR /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/.pkgdir/curl/. /home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/root-ath79/'
touch /home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/root-ath79/stamp/.curl_installed
mkdir -p /home/hg553/gargoyle/custom-src/bin/targets/ath79/generic/packages /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/libcurl/CONTROL /home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/pkginfo
install -d -m0755 /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/libcurl/usr/lib
cp -fpR /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/lib/libcurl.so.* /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/libcurl/usr/lib/
find /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/libcurl -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
export CROSS="mips-openwrt-linux-musl-"  NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/home/hg553/gargoyle/custom-src/staging_dir/host/bin/sstrip" STRIP_KMOD="/home/hg553/gargoyle/custom-src/scripts/strip-kmod.sh" PATCHELF="/home/hg553/gargoyle/custom-src/staging_dir/host/bin/patchelf" /home/hg553/gargoyle/custom-src/scripts/rstrip.sh /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/libcurl
rstrip.sh: /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/libcurl/usr/lib/libcurl.so.4.6.0: shared object
(cd /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/libcurl/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -x "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -x "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm;  )
install -d -m0755 /home/hg553/gargoyle/custom-src/bin/packages/mips_24kc/base
/home/hg553/gargoyle/custom-src/scripts/ipkg-build -c -o 0 -g 0 /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/libcurl /home/hg553/gargoyle/custom-src/bin/packages/mips_24kc/base
Packaged contents of /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/libcurl into /home/hg553/gargoyle/custom-src/bin/packages/mips_24kc/base/libcurl4_7.66.0-3_mips_24kc.ipk
mkdir -p /home/hg553/gargoyle/custom-src/bin/targets/ath79/generic/packages /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/curl/CONTROL /home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/pkginfo
install -d -m0755 /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/curl/usr/bin
install -m0755 /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/bin/curl /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/curl/usr/bin/
find /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/curl -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
export CROSS="mips-openwrt-linux-musl-"  NO_RENAME=1 ; NM="mips-openwrt-linux-musl-nm" STRIP="/home/hg553/gargoyle/custom-src/staging_dir/host/bin/sstrip" STRIP_KMOD="/home/hg553/gargoyle/custom-src/scripts/strip-kmod.sh" PATCHELF="/home/hg553/gargoyle/custom-src/staging_dir/host/bin/patchelf" /home/hg553/gargoyle/custom-src/scripts/rstrip.sh /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/curl
rstrip.sh: /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/curl/usr/bin/curl: executable
(cd /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/curl/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -x "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -x "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm;  )
install -d -m0755 /home/hg553/gargoyle/custom-src/bin/packages/mips_24kc/base
/home/hg553/gargoyle/custom-src/scripts/ipkg-build -c -o 0 -g 0 /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/curl /home/hg553/gargoyle/custom-src/bin/packages/mips_24kc/base
Packaged contents of /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-mips_24kc/curl into /home/hg553/gargoyle/custom-src/bin/packages/mips_24kc/base/curl_7.66.0-3_mips_24kc.ipk
rm -rf /home/hg553/gargoyle/custom-src/tmp/stage-curl
mkdir -p /home/hg553/gargoyle/custom-src/tmp/stage-curl/host /home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/packages /home/hg553/gargoyle/custom-src/staging_dir/host/packages
install -d -m0755 /home/hg553/gargoyle/custom-src/tmp/stage-curl/host/bin /home/hg553/gargoyle/custom-src/tmp/stage-curl/usr/bin /home/hg553/gargoyle/custom-src/tmp/stage-curl/usr/include /home/hg553/gargoyle/custom-src/tmp/stage-curl/usr/lib /home/hg553/gargoyle/custom-src/tmp/stage-curl/usr/lib/pkgconfig
install -m0755 /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/bin/curl-config /home/hg553/gargoyle/custom-src/tmp/stage-curl/usr/bin/
cp -fpR /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/include/curl /home/hg553/gargoyle/custom-src/tmp/stage-curl/usr/include/
cp -fpR /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/lib/libcurl.{a,so*} /home/hg553/gargoyle/custom-src/tmp/stage-curl/usr/lib/
cp -fpR /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/libcurl.pc /home/hg553/gargoyle/custom-src/tmp/stage-curl/usr/lib/pkgconfig/
/home/hg553/gargoyle/custom-src/staging_dir/host/bin/sed -i -e 's,-L${exec_prefix}/lib,,g' /home/hg553/gargoyle/custom-src/tmp/stage-curl/usr/bin/curl-config
[ -n "-L/home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/usr/lib -L/home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/lib -L/home/hg553/gargoyle/custom-src/staging_dir/toolchain-mips_24kc_gcc-7.5.0_musl/usr/lib -L/home/hg553/gargoyle/custom-src/staging_dir/toolchain-mips_24kc_gcc-7.5.0_musl/lib -znow -zrelro -Wl,--gc-sections" ] && /home/hg553/gargoyle/custom-src/staging_dir/host/bin/sed -i -e 's#-L/home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/usr/lib -L/home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/lib -L/home/hg553/gargoyle/custom-src/staging_dir/toolchain-mips_24kc_gcc-7.5.0_musl/usr/lib -L/home/hg553/gargoyle/custom-src/staging_dir/toolchain-mips_24kc_gcc-7.5.0_musl/lib -znow -zrelro -Wl,--gc-sections##g' /home/hg553/gargoyle/custom-src/tmp/stage-curl/usr/lib/pkgconfig/libcurl.pc || true
ln -sf /home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/usr/bin/curl-config /home/hg553/gargoyle/custom-src/tmp/stage-curl/host/bin/
find /home/hg553/gargoyle/custom-src/tmp/stage-curl -name '*.la' | xargs -r rm -f;
if [ -f /home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/packages/curl.list ]; then /home/hg553/gargoyle/custom-src/scripts/clean-package.sh "/home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/packages/curl.list" "/home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl"; fi
if [ -d /home/hg553/gargoyle/custom-src/tmp/stage-curl ]; then (cd /home/hg553/gargoyle/custom-src/tmp/stage-curl; find ./ > /home/hg553/gargoyle/custom-src/tmp/stage-curl.files);     SHELL= flock /home/hg553/gargoyle/custom-src/tmp/.staging-dir.flock -c ' mv /home/hg553/gargoyle/custom-src/tmp/stage-curl.files /home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/packages/curl.list && cp -fpR /home/hg553/gargoyle/custom-src/tmp/stage-curl/* /home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/; '; fi
rm -rf /home/hg553/gargoyle/custom-src/tmp/stage-curl
touch /home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/stamp/.curl_installed
rm -rf /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/.pkgdir/libcurl.installed /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/.pkgdir/libcurl
mkdir -p /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/.pkgdir/libcurl
install -d -m0755 /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/.pkgdir/libcurl/usr/lib
cp -fpR /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/ipkg-install/usr/lib/libcurl.so.* /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/.pkgdir/libcurl/usr/lib/
touch /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/.pkgdir/libcurl.installed
mkdir -p /home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/root-ath79/stamp
echo '4' | cmp -s - /home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/pkginfo/libcurl.version || echo '4' > /home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/pkginfo/libcurl.version
SHELL= flock /home/hg553/gargoyle/custom-src/tmp/.root-copy.flock -c 'cp -fpR /home/hg553/gargoyle/custom-src/build_dir/target-mips_24kc_musl/curl-7.66.0/.pkgdir/libcurl/. /home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/root-ath79/'
touch /home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/root-ath79/stamp/.libcurl_installed
make[4]: Leaving directory '/home/hg553/gargoyle/custom-src/package/network/utils/curl'
time: package/network/utils/curl/compile#143.80#23.65#151.96
make[3]: Leaving directory '/home/hg553/gargoyle/custom-src'
make[2]: *** [package/Makefile:107: /home/hg553/gargoyle/custom-src/staging_dir/target-mips_24kc_musl/stamp/.package_compile] Error 2
make[2]: Leaving directory '/home/hg553/gargoyle/custom-src'
make[1]: *** [/home/hg553/gargoyle/custom-src/include/toplevel.mk:227: world] Błąd 2
make[1]: Opuszczenie katalogu '/home/hg553/gargoyle/custom-src'

ZTE MF 286D OpenWrt 23.05-SNAPSHOT r23484-b742216dc8
Zyxel EX5601-T0 ubootmod OpenWrt 24.10-SNAPSHOT, r28432-7609571dcd
TP-LINK Archer C7 v5 - 1.14.0.2 (Built 20231226-1035 git@8e210b77)

462

Odp: huawei hg553 / vodafone /

Poziom wyżej, to nie curl. Powiem tak  - masz dziwne błędy. Dziś skompilowałem właśnie 1.13.0.1 i poszło w sumie bez zająknięcia. Ale uprzedzam - ja nie kompiluję customa wg rozumienia gargoyle i nie kompiluję dla broadomów.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

463

Odp: huawei hg553 / vodafone /

tak na default idzie całość po wydaniu polecenia make , po kompilacji wszystko zajmuje prawie 120 GB(niestety nie kompiluje bcm63xx. )
Wrzucę config do ath79-src i zobaczę co wyjdzie.
Nic powalczę.

ZTE MF 286D OpenWrt 23.05-SNAPSHOT r23484-b742216dc8
Zyxel EX5601-T0 ubootmod OpenWrt 24.10-SNAPSHOT, r28432-7609571dcd
TP-LINK Archer C7 v5 - 1.14.0.2 (Built 20231226-1035 git@8e210b77)

464 (edytowany przez piratee 2022-02-19 21:59:40)

Odp: huawei hg553 / vodafone /

na drugim koncie przez menu custom stworzyłem config dla brcm63xx.
Wrzuciłem do ath97-src i wykonałem make defconfig.

mips-openwrt-linux-musl-gcc -Wp,-MD,net/netfilter/.nf_queue.o.d  -nostdinc -isystem /home/piratee/gargoyle/ath79-src/staging_dir/toolchain-mips_mips32_gcc-7.5.0_musl/lib/gcc/mips-openwrt-linux-musl/7.5.0/include -I./arch/mips/include -I./arch/mips/include/generated  -I./include -I./arch/mips/include/uapi -I./arch/mips/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -DVMLINUX_LOAD_ADDRESS=0xffffffff80010000 -DLINKER_LOAD_ADDRESS=0x80010000 -DDATAOFFSET=0 -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -fno-PIE -mno-check-zero-division -mabi=32 -G 0 -mno-abicalls -fno-pic -pipe -mno-branch-likely -msoft-float -DGAS_HAS_SET_HARDFLOAT -Wa,-msoft-float -ffreestanding -fno-stack-check -march=mips32 -Wa,-mips32 -Wa,--trap -DTOOLCHAIN_SUPPORTS_VIRT -I./arch/mips/include/asm/mach-bcm63xx/ -I./arch/mips/include/asm/mach-generic -fno-asynchronous-unwind-tables -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-int-in-bool-context -O2 -fno-reorder-blocks -fno-tree-ch -fno-caller-saves --param=allow-store-data-races=0 -DCC_HAVE_ASM_GOTO -Wframe-larger-than=1024 -fstack-protector -Wno-unused-but-set-variable -Wno-unused-const-variable -fomit-frame-pointer -fno-var-tracking-assignments -g -femit-struct-debug-baseonly -fno-var-tracking -Wdeclaration-after-statement -Wno-pointer-sign -Wno-array-bounds -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -fno-strict-overflow -fno-merge-all-constants -fmerge-constants -fno-stack-check -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init    -DKBUILD_BASENAME='"nf_queue"'  -DKBUILD_MODNAME='"netfilter"' -c -o net/netfilter/nf_queue.o net/netfilter/nf_queue.c
net/netfilter/nf_queue.c: In function '__nf_queue':
net/netfilter/nf_queue.c:178:2: error: label 'err_unlock' used but not defined
  goto err_unlock;
  ^~~~
make[7]: *** [scripts/Makefile.build:330: net/netfilter/nf_queue.o] Error 1
make[6]: *** [scripts/Makefile.build:588: net/netfilter] Error 2
make[5]: *** [Makefile:1053: net] Error 2
make[5]: Leaving directory '/home/piratee/gargoyle/ath79-src/build_dir/target-mips_mips32_musl/linux-brcm63xx_generic/linux-4.14.261'
make[4]: *** [Makefile:29: /home/piratee/gargoyle/ath79-src/build_dir/target-mips_mips32_musl/linux-brcm63xx_generic/linux-4.14.261/.image] Error 2
make[4]: Leaving directory '/home/piratee/gargoyle/ath79-src/target/linux/brcm63xx'
make[3]: *** [Makefile:13: install] Error 2
make[3]: Leaving directory '/home/piratee/gargoyle/ath79-src/target/linux'
time: target/linux/install#6.13#3.31#9.45
make[2]: *** [target/Makefile:25: target/linux/install] Error 2
make[2]: Leaving directory '/home/piratee/gargoyle/ath79-src'
make[1]: *** [target/Makefile:19: /home/piratee/gargoyle/ath79-src/staging_dir/target-mips_mips32_musl/stamp/.target_install] Error 2
make[1]: Leaving directory '/home/piratee/gargoyle/ath79-src'
make: *** [/home/piratee/gargoyle/ath79-src/include/toplevel.mk:227: world] Błąd 2

ZTE MF 286D OpenWrt 23.05-SNAPSHOT r23484-b742216dc8
Zyxel EX5601-T0 ubootmod OpenWrt 24.10-SNAPSHOT, r28432-7609571dcd
TP-LINK Archer C7 v5 - 1.14.0.2 (Built 20231226-1035 git@8e210b77)

465

Odp: huawei hg553 / vodafone /

Wiem, że męczę temat  kompilacji gargoyle ale zrobiłem tak
- usunąłem cały katalog Gargoyle z katalogu domowego, uruchomiłem przygotowanie do kompilacji od nowa.
wydałem polecenie make i po kilkunastu godzinach maiłem bez błędu skompilowane następujące gałęzie:
ar71xx-scr, ath79-scr, atheros-scr, brcm47xx-src, ipq806x-scr, mvebu-scr,rampis-scr i x86-scr.

Następnie na drugim użytkowniku przygotowałem do kompilacji gargoyle i uruchomiałem make custom.
Po pokazaniu ustawień zapisałem konfigurację dla Netgar-a R6220, (dla tej platformy wcześniej kompilacja przebiegła prawidłowo)
utworzony plik .config skopiowałem do katalogu ar71xx-scr i wydąłem polecone make defconfig i make
niestety ale kompilacja kończy się błędem:

DKBUILD_MODNAME='"netfilter"' -c -o net/netfilter/nf_queue.o net/netfilter/nf_queue.c
net/netfilter/nf_queue.c: In function '__nf_queue':
net/netfilter/nf_queue.c:178:2: error: label 'err_unlock' used but not defined
  goto err_unlock;
  ^~~~
make[7]: *** [scripts/Makefile.build:330: net/netfilter/nf_queue.o] Error 1
make[6]: *** [scripts/Makefile.build:588: net/netfilter] Error 2
make[5]: *** [Makefile:1053: net] Error 2
make[5]: Leaving directory '/home/hg553/gargoyle/ar71xx-src/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/linux-4.14.261'
make[4]: *** [Makefile:27: /home/hg553/gargoyle/ar71xx-src/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/linux-4.14.261/.image] Error 2
make[4]: Leaving directory '/home/hg553/gargoyle/ar71xx-src/target/linux/ramips'
make[3]: *** [Makefile:13: install] Error 2
make[3]: Leaving directory '/home/hg553/gargoyle/ar71xx-src/target/linux'
time: target/linux/install#596.27#61.06#646.03
make[2]: *** [target/Makefile:25: target/linux/install] Error 2
make[2]: Leaving directory '/home/hg553/gargoyle/ar71xx-src'
make[1]: *** [target/Makefile:19: /home/hg553/gargoyle/ar71xx-src/staging_dir/target-mipsel_24kc_musl/stamp/.target_install] Error 2
make[1]: Leaving directory '/home/hg553/gargoyle/ar71xx-src'
make: *** [/home/hg553/gargoyle/ar71xx-src/include/toplevel.mk:227: world] Błąd 2


jak wydam polecenie
hg553@piratee-hdd:~/gargoyle/ar71xx-src$ make V=sc -r mveb
WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/busybox/Makefile' has a build dependency on 'libpam', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libgnutls', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libopenldap', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libidn2', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libssh2', which does not exist
WARNING: Makefile 'package/boot/kexec-tools/Makefile' has a dependency on 'liblzma', which does not exist
WARNING: Makefile 'package/network/services/lldpd/Makefile' has a dependency on 'libnetsnmp', which does not exist
WARNING: Makefile 'package/network/utils/nftables/Makefile' has a dependency on 'jansson', which does not exist
WARNING: Makefile 'package/sqlite3/Makefile' has a dependency on 'libedit', which does not exist
make[1]: Entering directory '/home/hg553/gargoyle/ar71xx-src'
make[1]: *** No rule to make target 'mveb'.  Stop.
make[1]: Leaving directory '/home/hg553/gargoyle/ar71xx-src'
make: *** [/home/hg553/gargoyle/ar71xx-src/include/toplevel.mk:227: mveb] Błąd 2
dostaję błąd zależności jak powyżej.

Teraz jeszcze moje pytanie:
- czy mogę zmodyfikować pierwszą kompilację przy użyciu "make" tak aby skompilować tylko mnie interesujące platformy:
np dla HG553, EasyBox 802 i Easy 803A i Netgar R6220 aby tego nie robić przez make custom
- czy można to ustawić w skryptach

ZTE MF 286D OpenWrt 23.05-SNAPSHOT r23484-b742216dc8
Zyxel EX5601-T0 ubootmod OpenWrt 24.10-SNAPSHOT, r28432-7609571dcd
TP-LINK Archer C7 v5 - 1.14.0.2 (Built 20231226-1035 git@8e210b77)

466

Odp: huawei hg553 / vodafone /

W targets masz to co się kompiluje. Możesz usuwać i dowolnie zmieniać na to co chcesz.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

467

Odp: huawei hg553 / vodafone /

ok bo mi już brak pomysłów czemu się nie kompiluje się na make custom i google też nic nie podpowiada.

ZTE MF 286D OpenWrt 23.05-SNAPSHOT r23484-b742216dc8
Zyxel EX5601-T0 ubootmod OpenWrt 24.10-SNAPSHOT, r28432-7609571dcd
TP-LINK Archer C7 v5 - 1.14.0.2 (Built 20231226-1035 git@8e210b77)

468

Odp: huawei hg553 / vodafone /

Na gargoyle-router.com był podobny wątek o tym. Zrób sobie po prostu nowy target i spróbuj skompilować.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

469

Odp: huawei hg553 / vodafone /

Właśnie przeglądam katalogi zobaczę to wyjdzie

ZTE MF 286D OpenWrt 23.05-SNAPSHOT r23484-b742216dc8
Zyxel EX5601-T0 ubootmod OpenWrt 24.10-SNAPSHOT, r28432-7609571dcd
TP-LINK Archer C7 v5 - 1.14.0.2 (Built 20231226-1035 git@8e210b77)