summaryrefslogtreecommitdiffstats
path: root/kernel/scripts/CopyRep
blob: 61c90636d4b204a8f733e195d8e0a8d8487ba084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
# Copies the repository files to the working kernel directory
# This is used on a freshly untarred kernel

# 23 August 2002 - permute br-nf-bds and ebtables copy order

export FROM=/ebtables-cvs/ebtables2/
export TO=/usr/src/ebt2.0pre11

mkdir -p $TO/net/bridge/netfilter
mkdir -p $TO/include/netfilter_bridge
cp -r -f $FROM/kernel/linux/* $TO/
cp -r -f $FROM/br-nf-bds/linux/* $TO/