This website works better with JavaScript.
Explore
Help
Sign In
hsist
/
freifunkist-firmware
Watch
6
Star
1
Fork
You've already forked freifunkist-firmware
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11116
Commits
1
Branch
0
Tags
164 MiB
Tag:
Branch:
Tree:
00e2b1d997
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '00e2b1d997'
${ noResults }
freifunkist-firmware
/
package
/
base-files
/
files
/
etc
/
hotplug2-init.rules
6 lines
82 B
Raw
Normal View
History
Unescape
Escape
refactor hotplug2 rules, make sure that the default button rule is only used during the init (should fix #2772) SVN-Revision: 9644
17 years ago
$include /etc/hotplug2-common.rules
hotplug2 update - include hotplug2-init.rules from hotplug2.rules, fix permissions of various devices (fixes #2052) SVN-Revision: 7892
18 years ago
move parts of the failsafe code to the generic base-files - will be used on atheros as well as soon as i've added support for it SVN-Revision: 7810
18 years ago
SUBSYSTEM ~~ button {
exec kill -USR1 1 ;
}