Compare commits
10 Commits
1643b51093
...
3874eb4654
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3874eb4654 | ||
|
|
1fa9d05ec8 | ||
|
|
17ad69a9cb | ||
|
|
6084822b1b | ||
|
|
96d8bda6a4 | ||
|
|
b77943ede8 | ||
|
|
3a3687f4fb | ||
|
|
7115b53f01 | ||
|
|
afeae2025d | ||
|
|
7c08631252 |
796
openEuler.patch
796
openEuler.patch
File diff suppressed because it is too large
Load Diff
BIN
raspi-config-408bde537671de6df2d9b91564e67132f98ffa71.tar.gz
Normal file
BIN
raspi-config-408bde537671de6df2d9b91564e67132f98ffa71.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -4,12 +4,12 @@
|
|||||||
%global _share_path /usr/share/raspi-config
|
%global _share_path /usr/share/raspi-config
|
||||||
%global _service_path /etc/init.d
|
%global _service_path /etc/init.d
|
||||||
%global _proxy_path /etc/sudoers.d
|
%global _proxy_path /etc/sudoers.d
|
||||||
%global _systemd_path /etc/systemd/system
|
%global _etc_path /etc/default
|
||||||
%global commitid 8607dbc7281cef142b2e0c12839176f189d48a1b
|
%global commitid 408bde537671de6df2d9b91564e67132f98ffa71
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: raspi-config
|
Name: raspi-config
|
||||||
Version: 20210625
|
Version: 20230320
|
||||||
Release: 2
|
Release: 2
|
||||||
Summary: Raspberry Pi configuration tool
|
Summary: Raspberry Pi configuration tool
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -41,16 +41,16 @@ mkdir -p %{buildroot}%{_doc_path}
|
|||||||
mkdir -p %{buildroot}%{_share_path}
|
mkdir -p %{buildroot}%{_share_path}
|
||||||
mkdir -p %{buildroot}%{_service_path}
|
mkdir -p %{buildroot}%{_service_path}
|
||||||
mkdir -p %{buildroot}%{_proxy_path}
|
mkdir -p %{buildroot}%{_proxy_path}
|
||||||
mkdir -p %{buildroot}%{_systemd_path}
|
mkdir -p %{buildroot}%{_etc_path}
|
||||||
|
|
||||||
cd %{name}-%{commitid}
|
cd %{name}-%{commitid}
|
||||||
install -p -m 755 usr/lib/raspi-config/* %{buildroot}%{_lib_path}/
|
install -p -m 644 etc/default/cpu_governor %{buildroot}%{_etc_path}/
|
||||||
|
install -p -m 755 usr/lib/raspi-config/cmstart.sh %{buildroot}%{_lib_path}/
|
||||||
install -p -m 755 raspi-config %{buildroot}%{_bin_path}/
|
install -p -m 755 raspi-config %{buildroot}%{_bin_path}/
|
||||||
install -p -m 755 debian/raspi-config.init %{buildroot}%{_service_path}/raspi-config
|
install -p -m 755 debian/raspi-config.init %{buildroot}%{_service_path}/raspi-config
|
||||||
install -p -m 644 debian/changelog %{buildroot}%{_doc_path}/
|
install -p -m 644 debian/changelog %{buildroot}%{_doc_path}/
|
||||||
install -p -m 644 usr/share/raspi-config/10-blanking.conf %{buildroot}%{_share_path}/
|
install -p -m 644 usr/share/raspi-config/10-blanking.conf %{buildroot}%{_share_path}/
|
||||||
install -p -m 440 etc/sudoers.d/010_proxy %{buildroot}%{_proxy_path}/
|
install -p -m 440 etc/sudoers.d/010_proxy %{buildroot}%{_proxy_path}/
|
||||||
install -p -m 644 autologin@.service %{buildroot}%{_systemd_path}/
|
|
||||||
|
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
@ -61,9 +61,33 @@ cd -
|
|||||||
%{_bin_path}/*
|
%{_bin_path}/*
|
||||||
%{_service_path}/*
|
%{_service_path}/*
|
||||||
%{_proxy_path}/*
|
%{_proxy_path}/*
|
||||||
%{_systemd_path}/*
|
%{_etc_path}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 25 2024 Yafen Fang <yafen@iscas.ac.cn> - 20230320-2
|
||||||
|
- update script: raspi-config after upgrading to raspberrypi-eeprom-2024.04.20-1.
|
||||||
|
|
||||||
|
* Mon Mar 20 2023 Yafen Fang <yafen@iscas.ac.cn> - 20230320-1
|
||||||
|
- update to upstream's last commit (408bde537671de6df2d9b91564e67132f98ffa71): do_wifi_ssid_passphrase: set scan_ssid on hidden network in dhcpcd case
|
||||||
|
- adjust for openEuler
|
||||||
|
- disable A9 Wayland and AA Network Config
|
||||||
|
- remove legacy autologin cruft
|
||||||
|
|
||||||
|
* Wed Mar 23 2022 Yafen Fang <yafen@iscas.ac.cn> - 20220323-1
|
||||||
|
- update to upstream's last commit (d3fe4e7058dfaa616aa8a4bb053c31c8d59c0135): Fix incorrect detection of read-only boot partition
|
||||||
|
- adjust for openEuler
|
||||||
|
- fix bug for P3 VNC and A4 Network Interface Names
|
||||||
|
- remove unused init_resize.sh
|
||||||
|
|
||||||
|
* Wed Sep 29 2021 Yafen Fang <yafen@iscas.ac.cn> - 20210625-4
|
||||||
|
- enable select boot order
|
||||||
|
- enable select bootloader version
|
||||||
|
|
||||||
|
* Sat Sep 18 2021 Yafen Fang<yafen@iscas.ac.cn> - 20210625-3
|
||||||
|
- enable screen resolution
|
||||||
|
- enable dtparam in func do_spi and do_i2c
|
||||||
|
- enable vcgencmd in func do_memory_split
|
||||||
|
|
||||||
* Fri Jun 25 2021 Yafen Fang<yafen@iscas.ac.cn> - 20210625-2
|
* Fri Jun 25 2021 Yafen Fang<yafen@iscas.ac.cn> - 20210625-2
|
||||||
- adjust for openEuler
|
- adjust for openEuler
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user