diff --git a/.config b/.config deleted file mode 100644 index 05b98070..00000000 --- a/.config +++ /dev/null @@ -1,37 +0,0 @@ -CONFIG_TARGET_ramips=y -CONFIG_TARGET_ramips_mt7621=y -CONFIG_TARGET_ramips_mt7621_DEVICE_d-team_newifi-d2=y -CONFIG_TARGET_IMAGES_GZIP=y -CONFIG_PACKAGE_wpad-openssl=y -CONFIG_PACKAGE_luci-app-frpc=y -CONFIG_PACKAGE_luci-app-zerotier=y -CONFIG_PACKAGE_luci-app-wol=y -CONFIG_PACKAGE_luci-app-upnp=y -CONFIG_PACKAGE_luci-app-arpbind=y -CONFIG_PACKAGE_luci-app-firewall=y -CONFIG_PACKAGE_luci-app-nlbwmon=y -CONFIG_PACKAGE_luci-app-ramfree=y -CONFIG_PACKAGE_luci-app-turboacc=y -CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING=y -CONFIG_PACKAGE_luci-app-vlmcsd=y -CONFIG_PACKAGE_luci-theme-bootstrap=y -CONFIG_PACKAGE_luci-app-ssr-plus=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y -CONFIG_PACKAGE_htop=y -CONFIG_PACKAGE_openssh-sftp-server=y -CONFIG_PACKAGE_kmod-mt7603e=y -CONFIG_PACKAGE_kmod-mt76x2e=y -CONFIG_PACKAGE_luci-app-filetransfer=y -CONFIG_PACKAGE_iperf3=y -CONFIG_PACKAGE_tcpdump=y -CONFIG_PACKAGE_luci-app-mtwifi=y -CONFIG_PACKAGE_kmod-crypto-hash=y -CONFIG_PACKAGE_kmod-crypto-null=y -CONFIG_PACKAGE_kmod-crypto-aead=y -CONFIG_PACKAGE_kmod-crypto-manager=y -CONFIG_PACKAGE_kmod-crypto-authenc=y -# CONFIG_PACKAGE_luci-app-accesscontrol is not set -# CONFIG_PACKAGE_luci-app-unblockmusic is not set -# CONFIG_PACKAGE_luci-app-ddns is not set -# CONFIG_PACKAGE_luci-app-filetransfer is not set -# CONFIG_PACKAGE_luci-app-vsftpd=y is not set diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml new file mode 100644 index 00000000..14252608 --- /dev/null +++ b/.github/workflows/makefile.yml @@ -0,0 +1,27 @@ +name: Makefile CI + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: configure + run: ./configure + + - name: Install dependencies + run: make + + - name: Run check + run: make check + + - name: Run distcheck + run: make distcheck diff --git a/update b/update new file mode 100644 index 00000000..7cefedb9 --- /dev/null +++ b/update @@ -0,0 +1,59 @@ +CONFIG_TARGET_ramips=y +CONFIG_TARGET_ramips_mt7621=y +CONFIG_TARGET_ramips_mt7621_DEVICE_d-team_newifi-d2=y +CONFIG_TARGET_IMAGES_GZIP=y +CONFIG_PACKAGE_kmod-mt7603=y +CONFIG_PACKAGE_kmod-mt76x2=y +CONFIG_PACKAGE_hostapd-common=y +CONFIG_PACKAGE_wpad-openssl=y +CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y +CONFIG_PACKAGE_ipv6helper=y +CONFIG_PACKAGE_kmod-usb3=y +CONFIG_PACKAGE_kmod-usb-storage=y +CONFIG_PACKAGE_kmod-usb-storage-extras=y +CONFIG_PACKAGE_kmod-fs-ext4=y +CONFIG_PACKAGE_kmod-fs-ntfs=y +CONFIG_PACKAGE_luci-app-samba=y +CONFIG_PACKAGE_luci-app-vsftpd=y +CONFIG_PACKAGE_luci-app-frpc=y +CONFIG_PACKAGE_luci-app-ddns=y +CONFIG_PACKAGE_luci-app-wol=y +CONFIG_PACKAGE_luci-app-upnp=y +CONFIG_PACKAGE_luci-app-accesscontrol=y +CONFIG_PACKAGE_luci-app-arpbind=y +CONFIG_PACKAGE_luci-app-autoreboot=y +CONFIG_PACKAGE_luci-app-diskman_INCLUDE_btrfs_progs=y +CONFIG_PACKAGE_luci-app-diskman_INCLUDE_lsblk=y +CONFIG_PACKAGE_luci-app-filetransfer=y +CONFIG_PACKAGE_luci-app-firewall=y +CONFIG_PACKAGE_luci-app-nlbwmon=y +CONFIG_PACKAGE_luci-app-ramfree=y +CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-webui=y +CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-ng=y +CONFIG_PACKAGE_luci-app-ttyd=y +CONFIG_PACKAGE_luci-app-turboacc=y +CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING=y +CONFIG_PACKAGE_luci-app-vlmcsd=y +CONFIG_PACKAGE_luci-theme-bootstrap=y +CONFIG_PACKAGE_luci-app-ssr-plus=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y +CONFIG_PACKAGE_htop=y +CONFIG_PACKAGE_automount=y +CONFIG_PACKAGE_openssh-sftp-server=y +CONFIG_PACKAGE_luci-app-kodexplorer=y +CONFIG_PACKAGE_luci-app-cifs-mount=y +CONFIG_PACKAGE_luci-app-advanced-reboot=y +CONFIG_PACKAGE_luci-app-baidupcs-web=y +CONFIG_PACKAGE_luci-app-diskman=y +CONFIG_PACKAGE_luci-app-docker=y +CONFIG_PACKAGE_luci-app-familycloud=y +CONFIG_PACKAGE_luci-app-haproxy-tcp=y +CONFIG_PACKAGE_luci-app-lxc=y +CONFIG_PACKAGE_luci-app-nps=y +CONFIG_PACKAGE_luci-app-uhttpd=y +CONFIG_PACKAGE_luci-app-webadmin=y +CONFIG_PACKAGE_tcpdump=y +CONFIG_PACKAGE_luci-app-go-aliyundrive-webdav=y +CONFIG_PACKAGE_luci-app-attendedsysupgrade=y +CONFIG_PACKAGE_luci-app-hd-idle=y +CONFIG_PACKAGE_luci-app-samba4=y