Skip to content
Snippets Groups Projects
Select Git revision
  • experimental default protected
  • nrb/airmax-test
  • v2023.2.4-ffs
  • nrb/ar9344-reset-sequence
  • autinerd/experimental-openwrt-24.10
  • v2023.2.3-ffs
  • v2023.2.2-ffs
  • v2023.2-ffs
  • v2023.1-ffs
  • v2022.1.4-ffs
  • feature/addMikrotikwAP
  • v2022.1.3-ffs
  • v2021.1.2-ffs
  • v2022.1.1-ffs
  • master protected
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • experimental-2025-05-18
  • experimental-2025-05-18-base
  • experimental-2025-05-15
  • experimental-2025-05-15-base
  • experimental-2025-05-13
  • experimental-2025-05-13-base
  • experimental-2025-05-08
  • experimental-2025-05-08-base
  • experimental-2025-05-05
  • experimental-2025-05-05-base
  • experimental-2025-05-02
  • experimental-2025-05-02-base
  • experimental-2025-05-01
  • experimental-2025-05-01-base
  • experimental-2025-04-29
  • experimental-2025-04-29-base
  • experimental-2025-04-27
  • experimental-2025-04-27-base
  • experimental-2025-04-26
  • experimental-2025-04-26-base
40 results

contrib

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    lemoer authored
    v2: In contrast to the last patches, this is now built on top of ssh
        only, without using e.g. 9pfs. Furthermore it works also with
        arbitary remote hosts on any target/architecture. Also the
        scripts were renamed and moved to /scripts.
    
    The aim of this commit is to allow fast rebuild cycles during the
    development of gluon packages.
    
    Currently the following workflow can be used:
    
    	# start a local qemu instance
    	scripts/run_qemu.sh output/images/factory/[...].img
    
    	# do your changes in the file you want to patch
    	vi package/gluon-ebtables/files/etc/init.d/gluon-ebtables
    
    	# rebuild and update the package
    	scripts/push_pkg.sh package/gluon-ebtables/
    
    	# test your changes
    	...
    
    	# do more changes
    	...
    
    	# rebuild and update the package
    	scripts/push_pkg.sh package/gluon-ebtables/
    
    	# test your changes
    	...
    
    	(and so on...)
    
    Implementation details:
    - Currently this is based on ssh/scp.
    - Opkg is used to install/update the packages in the remote machine.
    
    Benefits:
    - This works with compiled and non-compiled packages.
    - This works with native OpenWrt and Gluon packages.
    - This even performs the check_site.lua checks as they are integrated
      as post_install scripts into the openwrt package.
    - It works for all architectures/targets.
    d4dee692
    History
    Name Last commit Last update
    ..