Dash:
[t2-trunk.git] / target / wrt2 / package / linux26 / linux26.conf
blob6b6079b9c408fbb6ebc86779ee30491561f2c8c5
1 . $base/package/*/linux24/linux24.conf
3 patchfiles=""
5 var_append patchfiles ' ' "`ls $confdir/*.patch`"
8 patch_customizer()
10         mkdir $builddir/kernel-patches
11         tar -v $taropt $archdir/broadcom-patches-26.tar.bz2 -C $builddir/kernel-patches
12         var_append patchfiles ' ' "`ls $builddir/kernel-patches/*.patch`"
16 hook_add prepatch 5 "patch_customizer"