mirror of the now-defunct rocklinux.org
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.

6 lines
305 B

  1. linux24_ver=`grep "\[V\] *2.4" $base/package/base/linux/linux.desc | cut -f2 -d" "`
  2. MAKE="$MAKE KDIR=/usr/src/linux-$linux24_ver-rock"
  3. hook_add postmake 5 "mkdir -p /lib/modules/$linux24_ver/gatos; \
  4. cp -a ati_remote.o /lib/modules/$linux24_ver/gatos; \
  5. cp -a lircd.conf /etc/lircd.conf.gatos-example"